summary refs log tree commit diff
diff options
context:
space:
mode:
-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