summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 11:50:20 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 12:11:55 -0800
commit5fbc57634c45250ab4c7a6233467c7bc606e58fc (patch)
tree7e4912330dfd6fb66f5017971e7f577d61b92200 /emacs.d/init.el
parent[Emacs] Delete the custom theme. (diff)
downloademacs.d-5fbc57634c45250ab4c7a6233467c7bc606e58fc.tar.gz
[Emacs] Delete phabricator for now.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 8a5e1e9..b0da6bc 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -374,12 +374,12 @@
("C-c r" . pants-run-binary)
("C-c t" . pants-run-test)))
-(use-package phabricator
- ;; interface to phabricator
- :load-path (lambda () (expand-file-name "~/src/phabricator.el/"))
+;; (use-package phabricator
+;; ;; interface to phabricator
+;; :load-path (lambda () (expand-file-name "~/src/phabricator.el/"))
- :config
- (setq diffusion-repo-prefix-list '(("source" "source"))))
+;; :config
+;; (setq diffusion-repo-prefix-list '(("source" "source"))))
(use-package projectile
;; library to interact with projects