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 | 826efdcf83d228ff2863e721e5f635c08ba2ee7a (patch) | |
tree | 0796b0dec9bb86c2d2a1abf508ab544afdba34db /jeschli | |
parent | 1072f28a1e11beed280a85acfe53782540c1b9a0 (diff) |
j emacs: default-wdith=2
Diffstat (limited to 'jeschli')
-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 d9e6c85..2fea472 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 |