Show whitespaces
This commit is contained in:
parent
d4ca9abf84
commit
2637774caf
@ -35,6 +35,9 @@
|
|||||||
|
|
||||||
(when 'display-graphic-p (lambda ()
|
(when 'display-graphic-p (lambda ()
|
||||||
(global-hl-line-mode t)))
|
(global-hl-line-mode t)))
|
||||||
|
|
||||||
|
(global-whitespace-mode)
|
||||||
|
(setq whitespace-style '(face trailing tabs spaces lines empty indentation space-after-tab space-before-tab space-mark tab-mark))
|
||||||
;; End display
|
;; End display
|
||||||
|
|
||||||
;; Auto generated config
|
;; Auto generated config
|
||||||
@ -47,7 +50,7 @@
|
|||||||
(setq-default tab-width 2)
|
(setq-default tab-width 2)
|
||||||
(setq-default c-default-style "linux"
|
(setq-default c-default-style "linux"
|
||||||
c-basic-offset 8
|
c-basic-offset 8
|
||||||
tab-width 8)
|
tab-width 8)
|
||||||
;; End text Formatting
|
;; End text Formatting
|
||||||
|
|
||||||
;; Plugins
|
;; Plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user