From 1e2b28ffeb3c471ca79240256807a52726d6be9c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 12 Nov 2017 12:35:36 +0100 Subject: [PATCH] [Misc] Update introductory comment for init.el --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index de433bb..06e09d3 100644 --- a/init.el +++ b/init.el @@ -13,6 +13,9 @@ ;; configuration hooks are installed (using `use-package’); this way a user ;; can choose in `db/run-init’ which configruation to activate without ;; changing much of the rest of the file. +;; * this file also introduces a new customization group `personal-settings’ +;; containing variables (mostly file paths) that must be set to enable some +;; of the provied functionality. ;;; Code: