Added whitespace-mode
This commit is contained in:
parent
3c9a90732b
commit
93ff25e3e1
@ -11,7 +11,7 @@
|
|||||||
'(anzu-search-threshold 1000)
|
'(anzu-search-threshold 1000)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(rainbow-mode scss-mode sass-mode less-css-mode ac-php smarty-mode php-mode pkgbuild-mode markdown-mode flycheck anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line nlinum sublime-themes))))
|
(whitespace-cleanup-mode rainbow-mode scss-mode sass-mode less-css-mode ac-php smarty-mode php-mode pkgbuild-mode markdown-mode flycheck anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line nlinum sublime-themes))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
1
init.el
1
init.el
@ -36,6 +36,7 @@
|
|||||||
(require 'init-modeline)
|
(require 'init-modeline)
|
||||||
;; Tools
|
;; Tools
|
||||||
(require 'init-flycheck)
|
(require 'init-flycheck)
|
||||||
|
(require 'init-whitespace)
|
||||||
;; Languages
|
;; Languages
|
||||||
(require 'init-ccc)
|
(require 'init-ccc)
|
||||||
(require 'init-markdown)
|
(require 'init-markdown)
|
||||||
|
6
lisp/init-whitespace.el
Normal file
6
lisp/init-whitespace.el
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
;;----------------------------------------------------------------------------
|
||||||
|
;; Whitespace Mode | tool
|
||||||
|
;;----------------------------------------------------------------------------
|
||||||
|
;;(require-package 'whitespace-cleanup-mode)
|
||||||
|
|
||||||
|
(provide 'init-whitespace)
|
Loading…
x
Reference in New Issue
Block a user