Load the XDG path package

It *should* work without it, but it doesn’t.
This commit is contained in:
Gergely Polonkai 2017-11-29 13:55:44 +01:00
parent e1442a815f
commit e144524676
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
(load "frame-manip")
(load "file-manip")
(load "window-manip")
(load "xdg-paths")
;; Define aliases
(defalias 'yes-or-no-p 'y-or-n-p)