Emacs: imenu auto rescan

This commit is contained in:
Marcel Kapfer 2018-08-03 09:20:58 +02:00
parent 16011553a6
commit bf8a25d2b9
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 1 deletions

View File

@ -98,7 +98,9 @@
;; tab width
tab-width 2
;; 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
(setenv "TZ" "/etc/localtime")