diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 11:50:20 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 12:11:55 -0800 |
commit | 5fbc57634c45250ab4c7a6233467c7bc606e58fc (patch) | |
tree | 7e4912330dfd6fb66f5017971e7f577d61b92200 | |
parent | [Emacs] Delete the custom theme. (diff) | |
download | emacs.d-5fbc57634c45250ab4c7a6233467c7bc606e58fc.tar.gz |
[Emacs] Delete phabricator for now.
-rw-r--r-- | emacs.d/init.el | 10 |
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 |