Compare commits
2 commits
06208d5491
...
b8adef76fb
| Author | SHA1 | Date | |
|---|---|---|---|
| b8adef76fb | |||
| 53aa91408c |
2 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -3,6 +3,11 @@ backups
|
||||||
eshell
|
eshell
|
||||||
elpaca
|
elpaca
|
||||||
|
|
||||||
|
eln-cache
|
||||||
|
elpa
|
||||||
|
org-roam.db
|
||||||
|
transient
|
||||||
|
|
||||||
# projectile
|
# projectile
|
||||||
projectile*
|
projectile*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue