Fix typo in init.el

This commit is contained in:
Gabriel Simmer 2022-11-24 09:02:47 +00:00
parent 574ad57374
commit 83480b8d3e
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -139,7 +139,7 @@
(setq-default
functions-file (concat (or (getenv "XDG_CONFIG_HOME") "~/.emacs.d/") "functions.el"))
(when (file-exists-p functions-file)
(load custom-file))
(load functions-file))
;; Keep the customize system from borking up this file.
(setq-default