diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs index a457b29..14d191d 100644 --- a/dotfiles/.emacs +++ b/dotfiles/.emacs @@ -69,7 +69,7 @@ (setq inhibit-startup-screen t) ;; Refresh buffers if underlying file changes -(setq globa-auto-revert-mode 1) +(global-auto-revert-mode 1) ;; Disable toolbar, menubar and scrollbar (menu-bar-mode -1) |