diff options
author | Thanos Apollo <[email protected]> | 2023-08-20 14:16:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-20 14:16:22 +0300 |
commit | 0ce5556c72e7c15eb9a70349fc0ba22552dde9d5 (patch) | |
tree | b683ae4b1f06384de85ce1be9ed8cfe9867bb91d /emacs.org | |
parent | 6a03b7a6076742b51412253997f168a679853140 (diff) |
emacs: update paths
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,7 +43,11 @@ Define essential keybindings ** Paths #+begin_src emacs-lisp + ;; mu4e (add-to-list 'load-path "/usr/share/emacs/site-lisp/elpa/mu4e-1.8.14") + + ;; custom themes + (add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/themes/")) #+end_src * Setting Up Packages ** List of required packages |