diff options
author | jeschli <jeschli@gmail.com> | 2018-03-26 10:15:29 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-03-26 10:15:29 +0200 |
commit | 2d511ecb4d8a3e75df19e59962a8cee6a8448c8b (patch) | |
tree | 116c06fc962991ef4a9b54294ab41dac6bd5c994 /jeschli/2configs | |
parent | 4851f6b43ff2eebecf5f1dc6a808225ee1af0f08 (diff) |
j emacs: default-wdith=2
Diffstat (limited to 'jeschli/2configs')
-rw-r--r-- | jeschli/2configs/emacs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jeschli/2configs/emacs.nix b/jeschli/2configs/emacs.nix index d9e6c854a..2fea47229 100644 --- a/jeschli/2configs/emacs.nix +++ b/jeschli/2configs/emacs.nix @@ -31,6 +31,7 @@ let (scroll-bar-mode -1) ; Disable scroll bar (setq inhibit-startup-screen t) ; Disable startup screen with graphics (setq-default indent-tabs-mode nil) ; Use spaces instead of tabs + (setq default-tab-width 2) ; Two spaces is a tab (setq tab-width 2) ; Four spaces is a tab (setq visible-bell nil) ; Disable annoying visual bell graphic (setq ring-bell-function 'ignore) ; Disable super annoying audio bell |