Browse Source

Merge branch 'master' of github.com:warricksothr/dotfiles

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

7
home/.emacs.d/init.el

@ -180,9 +180,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