This commit is contained in:
Ahir Reddy 2014-08-03 23:12:44 -07:00
commit 88d2e45b1f

5
.emacs
View file

@ -86,6 +86,11 @@
(require 'tern-auto-complete)
(tern-ac-setup)))
; Gpicker
; git clone https://github.com/emacsmirror/gpicker.git 1 ↵ ✭
(add-to-list 'load-path "~/.emacs.d/gpicker")
(require 'gpicker)
(setq exec-path (append exec-path '("~/.emacs.d/gpicker")))
; Powerline
; https://github.com/Dewdrops/powerline.git