summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index 0f17566..3429014 100644
--- a/init.org
+++ b/init.org
@@ -75,6 +75,7 @@
#+begin_src emacs-lisp
(add-to-list 'load-path jao-site-dir)
(add-to-list 'load-path jao-local-lisp-dir)
+ (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/")
(let ((libd (expand-file-name "lib" jao-emacs-dir)))
(add-to-list 'load-path libd)
@@ -1823,7 +1824,6 @@
(use-package eshell
:init
(setq eshell-directory-name "~/.emacs.d/eshell")
- (setq eshell-aliases-file (jao-data-file "eshell.alias"))
(setq eshell-hist-ignoredups 'erase)
:config
(add-hook 'eshell-mode-hook