From 83480b8d3e5c4f9cb7fa6bc97e8598d2ba5986ae Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Thu, 24 Nov 2022 09:02:47 +0000 Subject: [PATCH] Fix typo in init.el --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 84f39b5..2e65cec 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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