Skip to content

Commit

Permalink
tweak(builtin): make the default tab width 4
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 26, 2024
1 parent cdd2c9d commit 3ae0f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
:init
(setq-default truncate-lines nil ; Display long lines
fill-column 80 ; Default fill column width
tab-width 2) ; Small tab is enough!
tab-width 4) ; Default (8) is too big!

;; Inhibit startup message in echo area the brutal way!
;; The `inhibit-startup-echo-area-message' variable is very restrictive, there is only one unique way of setting it right!
Expand Down

0 comments on commit 3ae0f65

Please sign in to comment.