Compare commits

..

2 commits

2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View file

@ -3,6 +3,11 @@ backups
eshell
elpaca
eln-cache
elpa
org-roam.db
transient
# projectile
projectile*

View file

@ -214,7 +214,7 @@ Show function we are currently in in the mode-line.
:ensure nil
:defer t
:custom
(which-func-display mode-and-header)
(which-func-display 'mode-and-header)
:hook
(prog-mode-hook . which-function-mode)
)