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))
|
user-emacs-directory))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Load ~xdg-paths~
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(load "xdg-paths")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Custom commands and functions
|
* Custom commands and functions
|
||||||
|
|
||||||
** Utility functions
|
** Utility functions
|
||||||
|
1
init.el
1
init.el
@ -30,7 +30,6 @@
|
|||||||
(load "round-number-to-decimals")
|
(load "round-number-to-decimals")
|
||||||
(load "zim")
|
(load "zim")
|
||||||
(load "window-manip")
|
(load "window-manip")
|
||||||
(load "xdg-paths")
|
|
||||||
|
|
||||||
(defun termux-p ()
|
(defun termux-p ()
|
||||||
"Check if Emacs is running under Termux."
|
"Check if Emacs is running under Termux."
|
||||||
|
Loading…
Reference in New Issue
Block a user