Change commenting form

This commit is contained in:
Case Duckworth 2022-04-12 13:18:28 -05:00
parent 869f2192bd
commit e64c1a2854
1 changed files with 12 additions and 12 deletions

24
init.el
View File

@ -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