diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:51:55 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:51:55 -0800 |
commit | 1ca29daaeb3d5c6b756c4f5dfceaa73cd2a4be21 (patch) | |
tree | 7a40dc0b3e2e27cb265eb255dd815d18ffdffbf1 | |
parent | [emacs] Fix broken code ... (diff) | |
download | emacs.d-1ca29daaeb3d5c6b756c4f5dfceaa73cd2a4be21.tar.gz |
[emacs] load org-mode configuration
-rw-r--r-- | emacs.d/core/core-load-paths.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/core/core-load-paths.el b/emacs.d/core/core-load-paths.el index 0dec695..e7258cd 100644 --- a/emacs.d/core/core-load-paths.el +++ b/emacs.d/core/core-load-paths.el @@ -7,6 +7,7 @@ (require 'core-git) (require 'core-flycheck) (require 'core-flyspell) +(require 'core-org) (require 'core-autocompletion) (require 'core-bindings) (require 'core-modes) |