From 3313cc0a6aa933171e311ce4d2b85d44f50d8401 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 25 Dec 2017 11:26:08 +0200 Subject: [PATCH] Fix a typo --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index bee0f12..3afd1ed 100644 --- a/init.el +++ b/init.el @@ -125,7 +125,7 @@ by Prelude.") (message "Missing modules file %s" prelude-modules-file) (message "You can get started by copying the bundled example file from sample/prelude-modules.el")) -;; config changes made through the customize UI will be store here +;; config changes made through the customize UI will be stored here (setq custom-file (expand-file-name "custom.el" prelude-personal-dir)) ;; load the personal settings (this includes `custom-file')