about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-12 13:18:28 -0500
committerCase Duckworth2022-04-12 13:18:28 -0500
commite64c1a2854c2198c5af407f26f9a5601868367ea (patch)
tree0b9a6e45cfef86deddbaae23d4ebb33135c1f358 /init.el
parentStop being compatible with Emacs < 28 (diff)
downloademacs-e64c1a2854c2198c5af407f26f9a5601868367ea.tar.gz
emacs-e64c1a2854c2198c5af407f26f9a5601868367ea.zip
Change commenting form
Diffstat (limited to 'init.el')
-rw-r--r--init.el24
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