Skip to content

Commit

Permalink
global-auto-revert-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
brow committed Aug 30, 2020
1 parent 3448529 commit e6b0714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .doom.d/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
;; Don't prompt for confirmation when I try to quit (unless unsaved buffers)
(setq confirm-kill-emacs nil)

;; http://pragmaticemacs.com/emacs/automatically-revert-buffers/
(global-auto-revert-mode 1)

(defun brow-toggle-theme ()
"Switch between light and dark theme."
(interactive)
Expand Down

0 comments on commit e6b0714

Please sign in to comment.