From acba9c110c948369edec95cbaaeece75c175434e Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Mon, 4 Aug 2014 14:04:59 -0700 Subject: [PATCH] Disable gpicker --- .emacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs b/.emacs index ff602f878..be03183b0 100644 --- a/.emacs +++ b/.emacs @@ -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