Load XDG paths in the Org config

This commit is contained in:
Gergely Polonkai 2018-07-29 20:35:45 +02:00
parent 50707c11a5
commit b6cac3a5f1
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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."