diff --git a/.emacs b/.emacs index 7e4172032..ef1af110e 100644 --- a/.emacs +++ b/.emacs @@ -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