add marginalia
This commit is contained in:
parent
ba269d7883
commit
8f8d46a7fa
1 changed files with 5 additions and 0 deletions
|
@ -407,6 +407,11 @@ In that case, insert the number."
|
|||
(setq keyfreq-file-lock (expand-file-name ".emacs.keyfreq.lock" user-emacs-directory))
|
||||
)
|
||||
|
||||
(use-package marginalia
|
||||
:init
|
||||
(marginalia-mode)
|
||||
)
|
||||
|
||||
(straight-use-package
|
||||
'(mr-poker :type git :host github :repo "jsntn/mr-poker.el"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue