Add keyboard shortcut for whitespace-cleanup

This commit is contained in:
Gergely Polonkai 2018-07-25 07:15:15 +02:00
parent bfbcb4750e
commit 64aaf20258
1 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,9 @@
(setq whitespace-line-column 100)
:bind
(([f10] . whitespace-mode)
([(shift f10)] . global-whitespace-mode)))
([(shift f10)] . global-whitespace-mode)
:map gpolonkai/pers-map
("w" . whitespace-cleanup)))
;; Multiple cursors
(use-package multiple-cursors