diff --git a/configuration.org b/configuration.org index a6e44b3..16aa7d4 100644 --- a/configuration.org +++ b/configuration.org @@ -46,6 +46,12 @@ I set it up early so I can use it in ~use-package~ calls immediately. user-emacs-directory)) #+END_SRC +** Load ~xdg-paths~ + +#+BEGIN_SRC emacs-lisp +(load "xdg-paths") +#+END_SRC + * Custom commands and functions ** Utility functions diff --git a/init.el b/init.el index d81d190..13b4a34 100644 --- a/init.el +++ b/init.el @@ -30,7 +30,6 @@ (load "round-number-to-decimals") (load "zim") (load "window-manip") -(load "xdg-paths") (defun termux-p () "Check if Emacs is running under Termux."