mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Enable auto-cleanup of whitespace in sh-mode
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
(setq sh-basic-offset 2)
|
||||
(setq sh-indentation 2)
|
||||
(setq highlight-indentation-offset 2)
|
||||
(setq whitespace-action (quote (auto-cleanup)))
|
||||
(highlight-indentation-mode)
|
||||
(define-key sh-mode-map (kbd "RET") 'reindent-then-newline-and-indent))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user