summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-20 14:16:22 +0300
committerThanos Apollo <[email protected]>2023-08-20 14:16:22 +0300
commit0ce5556c72e7c15eb9a70349fc0ba22552dde9d5 (patch)
treeb683ae4b1f06384de85ce1be9ed8cfe9867bb91d /emacs.org
parent6a03b7a6076742b51412253997f168a679853140 (diff)
emacs: update paths
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 325bc68..e5465f0 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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