diff --git a/.gitignore b/.gitignore index 712c684..ea48958 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,6 @@ backups eshell elpaca -eln-cache -elpa -org-roam.db -transient - # projectile projectile* diff --git a/config.org b/config.org index fc60742..d40c03f 100644 --- a/config.org +++ b/config.org @@ -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) )