Fix bug in turning on imenu too much
We'll just ignore the errors ... good enough, right?
This commit is contained in:
parent
bcb28ef821
commit
086725397a
1 changed files with 0 additions and 1 deletions
|
@ -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 'prog-mode-hook 'ha-imenu-setup)
|
||||||
(add-hook 'makefile-mode-hook 'ha-imenu-setup)
|
(add-hook 'makefile-mode-hook 'ha-imenu-setup)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** File Access
|
** File Access
|
||||||
*** Remote Files
|
*** Remote Files
|
||||||
To speed up TRAMP access, let’s disabled lock files, you know, the ones that have the =#= surrounding characters:
|
To speed up TRAMP access, let’s disabled lock files, you know, the ones that have the =#= surrounding characters:
|
||||||
|
|
Loading…
Reference in a new issue