From b6cac3a5f1463b66333a83b0ad45e8bc5d3a6268 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 29 Jul 2018 20:35:45 +0200 Subject: [PATCH] Load XDG paths in the Org config --- configuration.org | 6 ++++++ init.el | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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."