emacs: fix a strange bug with the macroexpansion of use-package for marginalia

This commit is contained in:
Protesilaos Stavrou 2024-09-03 09:54:28 +03:00
parent 124477a75f
commit d5b405b847
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 6 deletions

View file

@ -447,10 +447,9 @@ Development continues on GitHub with GitLab as a mirror."))
;;; Detailed completion annotations (marginalia.el)
(use-package marginalia
:ensure t
:defer 1
:hook (after-init . marginalia-mode)
:config
(setq marginalia-max-relative-age 0) ; absolute time
(marginalia-mode 1))
(setq marginalia-max-relative-age 0)) ; absolute time
;;;; Custom completion annotations
(use-package prot-marginalia

View file

@ -4597,10 +4597,9 @@ thus notice how my =prot-marginalia.el= configures the user option
;;; Detailed completion annotations (marginalia.el)
(use-package marginalia
:ensure t
:defer 1
:hook (after-init . marginalia-mode)
:config
(setq marginalia-max-relative-age 0) ; absolute time
(marginalia-mode 1))
(setq marginalia-max-relative-age 0)) ; absolute time
;;;; Custom completion annotations
(use-package prot-marginalia