diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 24 |
1 files 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 @@ | |||
297 | "\\" #'+ecomplete-remove-email))) | 297 | "\\" #'+ecomplete-remove-email))) |
298 | (add-hook 'message-sent-hook #'message-put-addresses-in-ecomplete)) | 298 | (add-hook 'message-sent-hook #'message-put-addresses-in-ecomplete)) |
299 | 299 | ||
300 | ;; (setup ehelp | 300 | (setup ehelp (:quit) |
301 | ;; ;; Trying this instead of `helpful' | 301 | ;; Trying this instead of `helpful' |
302 | ;; (:global [help] 'ehelp-command | 302 | (:global [help] 'ehelp-command |
303 | ;; [f1] 'ehelp-command) | 303 | [f1] 'ehelp-command) |
304 | ;; (with-eval-after-load 'vertico-multiform | 304 | (with-eval-after-load 'vertico-multiform |
305 | ;; (dolist (cmd '(electric-describe-key | 305 | (dolist (cmd '(electric-describe-key |
306 | ;; electric-describe-mode | 306 | electric-describe-mode |
307 | ;; electric-describe-syntax | 307 | electric-describe-syntax |
308 | ;; electric-describe-bindings | 308 | electric-describe-bindings |
309 | ;; electric-describe-function | 309 | electric-describe-function |
310 | ;; electric-describe-variable)) | 310 | electric-describe-variable)) |
311 | ;; (setf (alist-get cmd vertico-multiform-commands) nil)))) | 311 | (setf (alist-get cmd vertico-multiform-commands) nil)))) |
312 | 312 | ||
313 | (setup eldoc | 313 | (setup eldoc |
314 | (:hook-into elisp-mode | 314 | (:hook-into elisp-mode |