From 9d894bcce1fb5856ea1edf8ec178964a05cbac45 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 31 Dec 2020 15:11:15 +0530 Subject: Add ksh-path to load-path. * ksh-emacs-init.el (load-path): Add ksh-path. --- ksh-emacs-init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ksh-emacs-init.el b/ksh-emacs-init.el index e9b933e..d1afb3e 100644 --- a/ksh-emacs-init.el +++ b/ksh-emacs-init.el @@ -1,3 +1,5 @@ +(add-to-list 'load-path ksh-path) + ;; Printing settings (setq printer-name "HP_P2055DN_CPL") (setq lpr-switches -- cgit v1.2.3