diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-24T15·45+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-24T15·45+0100 |
commit | 5b946a930cdcab0d37ad1f06b2c40d43073e67d0 (patch) | |
tree | 9c200acee00cbf98792b7d8fe40085b711f423fe /init.el | |
parent | f93f03661beb8cbb88e24609d06c1f4c9fea8b6e (diff) |
fix(lisp): Actually require lisp-setup in init.el
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 345e43859ca1..10b1bcbd347c 100644 --- a/init.el +++ b/init.el @@ -106,6 +106,7 @@ eshell-setup haskell-setup rust-setup + lisp-setup ))) (add-hook 'after-init-hook 'load-other-settings) |