diff options
| author | Baitinq <[email protected]> | 2024-03-15 17:17:30 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-03-15 17:17:30 +0100 |
| commit | 4b7566c44f24b57843a797b97ee58118fe1fb7e3 (patch) | |
| tree | da9e70e83db9b30465ebda35ce536795d269041a /dotfiles | |
| parent | Dofiles: Emacs: Change tabs keybind (diff) | |
| download | nixos-config-4b7566c44f24b57843a797b97ee58118fe1fb7e3.tar.gz nixos-config-4b7566c44f24b57843a797b97ee58118fe1fb7e3.tar.bz2 nixos-config-4b7566c44f24b57843a797b97ee58118fe1fb7e3.zip | |
Dofiles: Emacs: Fix typo bug
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) |