diff options
-rw-r--r-- | ksh-emacs-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |