mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 04:22:50 -05:00
Default to 4 spaces in prog mode
This commit is contained in:
parent
873d6f952e
commit
7a0dffadaf
@ -739,8 +739,8 @@ Define some *useful* helper functions
|
||||
(setq tab-width num)
|
||||
(setq indent-tabs-mode nil))
|
||||
|
||||
;; Default
|
||||
(jf-indent-spaces 4)
|
||||
;; Default to 4 spaces
|
||||
(add-hook 'prog-mode-hook #'jf-indent-4-spaces)
|
||||
|
||||
;; Define functions for every level of indent that might need hooking
|
||||
(cl-macrolet
|
||||
|
Loading…
Reference in New Issue
Block a user