Compare commits

..

2 commits

2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View file

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

View file

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