From 53aa91408cfb26aa7e7312d39157d6945599b2e6 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Thu, 14 Aug 2025 11:44:30 +0200 Subject: [PATCH 1/2] fix: which-func custom setting --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index d40c03f..fc60742 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) ) From b8adef76fb1759b3c63a28e702c1edd220207019 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Thu, 14 Aug 2025 11:44:38 +0200 Subject: [PATCH 2/2] chore: update gitignore with compile elpa files, org-roam-db, ... --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ea48958..712c684 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ backups eshell elpaca +eln-cache +elpa +org-roam.db +transient + # projectile projectile*