Delight some more modes
Fix a remaining consult bind Remove global BBDB bind, since I always forget it exists anyway... BBDB updates
This commit is contained in:
parent
9c04ec869f
commit
11c77786be
|
@ -684,6 +684,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
(ispell-dictionary "en_GB"))
|
||||
|
||||
(use-package flyspell
|
||||
:delight flyspell-mode
|
||||
:hook ((text-mode . flyspell-mode)
|
||||
(prog-mode . flyspell-prog-mode))
|
||||
:custom
|
||||
|
@ -869,6 +870,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
(org-mouse-1-follows-link t))
|
||||
|
||||
(use-package org-indent
|
||||
:delight org-indent-mode
|
||||
:after org
|
||||
:hook org-mode)
|
||||
|
||||
|
@ -1253,7 +1255,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
(use-package consult-eglot
|
||||
:if (package-installed-p 'consult-eglot)
|
||||
:after (consult eglot)
|
||||
:bind (("C-c s s" . consult-eglot-symbols)))
|
||||
:bind (("C-c c s" . consult-eglot-symbols)))
|
||||
|
||||
(add-to-list 'package-selected-packages 'tempel)
|
||||
(use-package tempel
|
||||
|
@ -1385,6 +1387,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
(add-to-list 'package-selected-packages 'apheleia)
|
||||
(use-package apheleia
|
||||
:if (package-installed-p 'apheleia)
|
||||
:delight apheleia-mode
|
||||
:defines (apheleia-formatters
|
||||
apheleia-mode-alist)
|
||||
:hook (prog-mode)
|
||||
|
@ -1600,7 +1603,6 @@ Configure email with iCalendar event support, to integrate with
|
|||
(add-to-list 'package-selected-packages 'bbdb)
|
||||
(use-package bbdb
|
||||
:if (package-installed-p 'bbdb)
|
||||
:bind (("M-g b" . bbdb-display-all-records))
|
||||
:custom
|
||||
(bbdb-file (locate-user-emacs-file "bbdb.gpg")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue