From ec847d606c86bcb4ef3aa8bb6146ae14ddb6e52a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 17 Dec 2019 13:10:23 +0100 Subject: [PATCH] Comment the purpose of the `eproject' configuration --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 4beb956..52e4eca 100644 --- a/init.el +++ b/init.el @@ -2631,6 +2631,8 @@ With given ARG, display files in `db/important-document-path’." (add-to-list 'electric-pair-text-pairs '(?„ . ?“)))) (use-package eproject + ;; This configuration is only present to inhibit eproject overriding + ;; keybindings in `message-mode' :defer t :config (progn (message "Loaded eproject … done")