spacemacs/config/config-navigation.el
2013-01-03 01:53:00 -05:00

8 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)