Load XDG paths in the Org config
This commit is contained in:
parent
50707c11a5
commit
b6cac3a5f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user