mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: fix a strange bug with the macroexpansion of use-package for marginalia
This commit is contained in:
parent
124477a75f
commit
d5b405b847
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue