From 6747eeb748e5bae1bc1d0e45a8cfab89c7a6fa2b Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 8 Nov 2021 00:52:59 +0000 Subject: nits --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.org') 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 -- cgit v1.2.3