aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-08-11 13:16:40 -0500
committerJesús <heckyel@hyperbola.info>2018-08-11 13:16:40 -0500
commit9a17b1ed69bd03449a7ded7fe96bd43092a4684e (patch)
treeebd99a18cbda73802dd17a7bdcad1a3c1c93e351
parent93ff25e3e1630a4d0782b15bd2a4cfa7d8777641 (diff)
downloademacs-personal-9a17b1ed69bd03449a7ded7fe96bd43092a4684e.tar.lz
emacs-personal-9a17b1ed69bd03449a7ded7fe96bd43092a4684e.tar.xz
emacs-personal-9a17b1ed69bd03449a7ded7fe96bd43092a4684e.zip
minor fix
-rw-r--r--lisp/init-whitespace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-whitespace.el b/lisp/init-whitespace.el
index 7bfda71..c6912b0 100644
--- a/lisp/init-whitespace.el
+++ b/lisp/init-whitespace.el
@@ -1,6 +1,6 @@
;;----------------------------------------------------------------------------
;; Whitespace Mode | tool
;;----------------------------------------------------------------------------
-;;(require-package 'whitespace-cleanup-mode)
+(require-package 'whitespace-cleanup-mode)
(provide 'init-whitespace)