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:
Evie Litherland-Smith 2024-09-06 14:44:57 +01:00
parent 9c04ec869f
commit 11c77786be
2 changed files with 4 additions and 2 deletions

View file

@ -684,6 +684,7 @@ Configure email with iCalendar event support, to integrate with
(ispell-dictionary "en_GB")) (ispell-dictionary "en_GB"))
(use-package flyspell (use-package flyspell
:delight flyspell-mode
:hook ((text-mode . flyspell-mode) :hook ((text-mode . flyspell-mode)
(prog-mode . flyspell-prog-mode)) (prog-mode . flyspell-prog-mode))
:custom :custom
@ -869,6 +870,7 @@ Configure email with iCalendar event support, to integrate with
(org-mouse-1-follows-link t)) (org-mouse-1-follows-link t))
(use-package org-indent (use-package org-indent
:delight org-indent-mode
:after org :after org
:hook org-mode) :hook org-mode)
@ -1253,7 +1255,7 @@ Configure email with iCalendar event support, to integrate with
(use-package consult-eglot (use-package consult-eglot
:if (package-installed-p 'consult-eglot) :if (package-installed-p 'consult-eglot)
:after (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) (add-to-list 'package-selected-packages 'tempel)
(use-package tempel (use-package tempel
@ -1385,6 +1387,7 @@ Configure email with iCalendar event support, to integrate with
(add-to-list 'package-selected-packages 'apheleia) (add-to-list 'package-selected-packages 'apheleia)
(use-package apheleia (use-package apheleia
:if (package-installed-p 'apheleia) :if (package-installed-p 'apheleia)
:delight apheleia-mode
:defines (apheleia-formatters :defines (apheleia-formatters
apheleia-mode-alist) apheleia-mode-alist)
:hook (prog-mode) :hook (prog-mode)
@ -1600,7 +1603,6 @@ Configure email with iCalendar event support, to integrate with
(add-to-list 'package-selected-packages 'bbdb) (add-to-list 'package-selected-packages 'bbdb)
(use-package bbdb (use-package bbdb
:if (package-installed-p 'bbdb) :if (package-installed-p 'bbdb)
:bind (("M-g b" . bbdb-display-all-records))
:custom :custom
(bbdb-file (locate-user-emacs-file "bbdb.gpg"))) (bbdb-file (locate-user-emacs-file "bbdb.gpg")))

BIN
bbdb.gpg

Binary file not shown.