diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:17:49 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:17:49 -0700 |
commit | 5f3153f968fa54ab89b300b24735d503e385e127 (patch) | |
tree | 40bd5dd225bbe6006911c3684d480999f444f6f1 | |
parent | [emacs] Ensure a few packages are indeed installed (diff) | |
download | emacs.d-5f3153f968fa54ab89b300b24735d503e385e127.tar.gz |
[emacs] Don't load settings for org-mode.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 45874a1..624b3f4 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -233,8 +233,6 @@ (use-package midnight) -(use-package org-settings) - (use-package pants :load-path (lambda () (expand-file-name "~/src/pants.el/")) |