diff options
author | Case Duckworth | 2022-04-12 13:18:28 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-12 13:18:28 -0500 |
commit | e64c1a2854c2198c5af407f26f9a5601868367ea (patch) | |
tree | 0b9a6e45cfef86deddbaae23d4ebb33135c1f358 | |
parent | Stop being compatible with Emacs < 28 (diff) | |
download | emacs-e64c1a2854c2198c5af407f26f9a5601868367ea.tar.gz emacs-e64c1a2854c2198c5af407f26f9a5601868367ea.zip |
Change commenting form
-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 |