From 3dc0646e7eeca7aee979b3d1922a76ada9133329 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 20 Jul 2016 13:00:33 -0500 Subject: [PATCH] Fix for the emacs init --- home/.emacs.d/init.el | 9 ++------- home/.zshrc | 3 +++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el index 2d98a0c..374b43a 100644 --- a/home/.emacs.d/init.el +++ b/home/.emacs.d/init.el @@ -43,7 +43,7 @@ "Org Mode Packages") ;; Combine the package lists -(defvar sothr/packages (append sothr/tools sothr/modes sothr/org) "Default Packages") +(defvar sothr/packages (append sothr/themes sothr/tools sothr/modes sothr/org) "Default Packages") ;; Repositories (add-to-list 'package-archives @@ -173,9 +173,4 @@ '(package-selected-packages (quote (org-doing org-bullets org-autolist org-ac better-defaults yaml-mode slime rust-mode projectile markdown-mode magit go-mode gist cyberpunk-theme auto-complete)))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) + diff --git a/home/.zshrc b/home/.zshrc index f98e673..9359d81 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -24,6 +24,9 @@ export LANG=en_US.UTF-8 # All Hail VIM export EDITOR='vim' +# Make sure ~/bin is on the path +export PATH="$HOME/bin:$PATH" + # Add something to something else # $1 is the original value being appended to # $2 is the seperator