Minor change.

This commit is contained in:
syl20bnr 2013-06-02 01:46:48 -04:00
parent c4f6b4d686
commit 213e09adeb

View file

@ -6,7 +6,7 @@
(setq global-auto-revert-non-file-buffers t) (setq global-auto-revert-non-file-buffers t)
(setq auto-revert-verbose nil) (setq auto-revert-verbose nil)
;; activate winner mode use to undo and redo windows layout ;; activate winner mode use to undo and redo windows layout
(winner-mode 1) (winner-mode t)
;; no beep pleeeeeease ! (and no visual blinking too please) ;; no beep pleeeeeease ! (and no visual blinking too please)
(custom-set-variables '(ring-bell-function 'ignore)) (custom-set-variables '(ring-bell-function 'ignore))
(setq visible-bell nil) (setq visible-bell nil)