diff options
author | Jesús <heckyel@hyperbola.info> | 2018-08-11 13:14:16 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-08-11 13:14:16 -0500 |
commit | 93ff25e3e1630a4d0782b15bd2a4cfa7d8777641 (patch) | |
tree | f10b10cf7d16b5c65e389765c3adbd15b54890d7 /custom.el | |
parent | 3c9a90732bcb921d3370561d0af7a313771b08ff (diff) | |
download | emacs-personal-93ff25e3e1630a4d0782b15bd2a4cfa7d8777641.tar.lz emacs-personal-93ff25e3e1630a4d0782b15bd2a4cfa7d8777641.tar.xz emacs-personal-93ff25e3e1630a4d0782b15bd2a4cfa7d8777641.zip |
Added whitespace-mode
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ '(anzu-search-threshold 1000) '(package-selected-packages (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 was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |