7 lines
250 B
EmacsLisp
7 lines
250 B
EmacsLisp
(ido-mode t)
|
|
(setq ido-enable-flex-matching t) ;; enable fuzzy matching
|
|
;; Auto refresh buffers
|
|
(global-auto-revert-mode 1)
|
|
;; Also auto refresh dired, but be quiet about it
|
|
(setq global-auto-revert-non-file-buffers t)
|
|
(setq auto-revert-verbose nil)
|