Simplify function call
This commit is contained in:
parent
44b4cf6170
commit
618c854d21
1 changed files with 5 additions and 6 deletions
|
|
@ -19,12 +19,11 @@
|
||||||
:defer t
|
:defer t
|
||||||
:hook (((prog-mode text-mode) . whitespace-mode)
|
:hook (((prog-mode text-mode) . whitespace-mode)
|
||||||
(before-save . whitespace-cleanup))
|
(before-save . whitespace-cleanup))
|
||||||
:init (setq whitespace-style #'(face trailing empty))
|
:config
|
||||||
;;; Insert newline on save
|
(setq whitespace-style #'(face trailing empty newline)
|
||||||
(setq require-final-newline t)
|
;;; Insert newline on save
|
||||||
;;; Tabs are spaces and are general at 2. Guide indent
|
require-final-newline t
|
||||||
;;; with lines
|
indent-tabs-mode nil))
|
||||||
(setq-default indent-tabs-mode nil))
|
|
||||||
|
|
||||||
;; Use colorful, matching parens
|
;; Use colorful, matching parens
|
||||||
(use-package rainbow-delimiters
|
(use-package rainbow-delimiters
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue