Emacs: imenu auto rescan
This commit is contained in:
parent
16011553a6
commit
bf8a25d2b9
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@
|
||||||
;; tab width
|
;; tab width
|
||||||
tab-width 2
|
tab-width 2
|
||||||
;; https://www.reddit.com/r/emacs/comments/819v0h/how_to_speed_up_cursor_movement_by_10x/
|
;; https://www.reddit.com/r/emacs/comments/819v0h/how_to_speed_up_cursor_movement_by_10x/
|
||||||
auto-window-vscroll nil)
|
auto-window-vscroll nil
|
||||||
|
;; Tell imenu to rescan tags
|
||||||
|
imenu-auto-rescan t)
|
||||||
|
|
||||||
;; set timezone
|
;; set timezone
|
||||||
(setenv "TZ" "/etc/localtime")
|
(setenv "TZ" "/etc/localtime")
|
||||||
|
|
Loading…
Reference in a new issue