Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Make 4-space tabs the default
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewscottgordon committed Jan 3, 2022
1 parent f40305a commit 6645970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
(require 'wsl-path)
(wsl-path-activate)

(setq-default tab-width 4)
(setq-default indent-tab-mode nil)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Fonts and colors
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 6645970

Please sign in to comment.