diff options
author | Arun Isaac | 2020-12-31 15:11:15 +0530 |
---|---|---|
committer | Arun Isaac | 2020-12-31 15:11:15 +0530 |
commit | 9d894bcce1fb5856ea1edf8ec178964a05cbac45 (patch) | |
tree | 53ae6c041f90d63f0c16942e9d70e6198cea385a | |
parent | c84c80aad07546178c5b36a97071b7096fe567bc (diff) | |
download | ksh-reports-9d894bcce1fb5856ea1edf8ec178964a05cbac45.tar.gz ksh-reports-9d894bcce1fb5856ea1edf8ec178964a05cbac45.tar.lz ksh-reports-9d894bcce1fb5856ea1edf8ec178964a05cbac45.zip |
Add ksh-path to load-path.
* ksh-emacs-init.el (load-path): Add ksh-path.
-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 |