Compare commits

..

No commits in common. "b8adef76fb1759b3c63a28e702c1edd220207019" and "06208d5491a1e154721130c803f6aee83edd9bef" have entirely different histories.

2 changed files with 1 additions and 6 deletions

5
.gitignore vendored
View file

@ -3,11 +3,6 @@ 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)
) )