From e64c1a2854c2198c5af407f26f9a5601868367ea Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 12 Apr 2022 13:18:28 -0500 Subject: [PATCH] Change commenting form --- init.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/init.el b/init.el index adb2bdb..b5b4641 100644 --- a/init.el +++ b/init.el @@ -297,18 +297,18 @@ "\\" #'+ecomplete-remove-email))) (add-hook 'message-sent-hook #'message-put-addresses-in-ecomplete)) -;; (setup ehelp -;; ;; Trying this instead of `helpful' -;; (:global [help] 'ehelp-command -;; [f1] 'ehelp-command) -;; (with-eval-after-load 'vertico-multiform -;; (dolist (cmd '(electric-describe-key -;; electric-describe-mode -;; electric-describe-syntax -;; electric-describe-bindings -;; electric-describe-function -;; electric-describe-variable)) -;; (setf (alist-get cmd vertico-multiform-commands) nil)))) +(setup ehelp (:quit) + ;; Trying this instead of `helpful' + (:global [help] 'ehelp-command + [f1] 'ehelp-command) + (with-eval-after-load 'vertico-multiform + (dolist (cmd '(electric-describe-key + electric-describe-mode + electric-describe-syntax + electric-describe-bindings + electric-describe-function + electric-describe-variable)) + (setf (alist-get cmd vertico-multiform-commands) nil)))) (setup eldoc (:hook-into elisp-mode