Browse Source

Fix for the emacs init

master
Drew Short 8 years ago
parent
commit
3dc0646e7e
  1. 9
      home/.emacs.d/init.el
  2. 3
      home/.zshrc

9
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.
)

3
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

Loading…
Cancel
Save