summary refs log tree commit diff
path: root/emacs.d/core/core-load-paths.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-02-22 13:55:10 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-02-22 13:55:10 -0800
commitc0111fe313edf4b8bc13cd0f3702853f5b61b766 (patch)
tree74e86ca5226361bf5b74d145514b8bebb27e33cf /emacs.d/core/core-load-paths.el
parent[emacs] start to rewrite the code to manage the UI (diff)
downloademacs.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.el1
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)