diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-04-21 13:09:13 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-04-21 13:09:13 -0700 |
commit | e87183518c8cd16a212bc6f4a74bfa113d066442 (patch) | |
tree | eb0a27f3addaa6e0204d36b21cd729373032f6be /emacs.d/core | |
parent | [zsh] display the last 3 parts of the path. (diff) | |
download | emacs.d-e87183518c8cd16a212bc6f4a74bfa113d066442.tar.gz |
[emacs] load term settings.
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 e3ae7ec..38868ab 100644 --- a/emacs.d/core/core-load-paths.el +++ b/emacs.d/core/core-load-paths.el @@ -12,3 +12,4 @@ (require 'core-bindings) (require 'core-pants) (require 'core-modes) +(require 'core-term) |