Disable gpicker

This commit is contained in:
Ahir Reddy 2014-08-04 14:04:59 -07:00
commit acba9c110c

6
.emacs
View file

@ -153,9 +153,9 @@
; 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")))
;(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