From 086725397a2b18423641e8a22bb3b906696194d9 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sat, 3 Aug 2024 21:55:22 -0700 Subject: [PATCH] Fix bug in turning on imenu too much We'll just ignore the errors ... good enough, right? --- ha-config.org | 1 - 1 file changed, 1 deletion(-) diff --git a/ha-config.org b/ha-config.org index 724fa14..0a93458 100644 --- a/ha-config.org +++ b/ha-config.org @@ -127,7 +127,6 @@ I’ve often called =imenu= to easily jump to a function definition in a file (o (add-hook 'prog-mode-hook 'ha-imenu-setup) (add-hook 'makefile-mode-hook 'ha-imenu-setup) #+end_src - ** File Access *** Remote Files To speed up TRAMP access, let’s disabled lock files, you know, the ones that have the =#= surrounding characters: