diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:55:10 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:55:10 -0800 |
commit | c0111fe313edf4b8bc13cd0f3702853f5b61b766 (patch) | |
tree | 74e86ca5226361bf5b74d145514b8bebb27e33cf /emacs.d/core/core-load-paths.el | |
parent | [emacs] start to rewrite the code to manage the UI (diff) | |
download | emacs.d-c0111fe313edf4b8bc13cd0f3702853f5b61b766.tar.gz |
[emacs] move functions for pants to it's own file
Diffstat (limited to '')
-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 e7258cd..e3ae7ec 100644 --- a/emacs.d/core/core-load-paths.el +++ b/emacs.d/core/core-load-paths.el @@ -10,4 +10,5 @@ (require 'core-org) (require 'core-autocompletion) (require 'core-bindings) +(require 'core-pants) (require 'core-modes) |