Fix whitespace-mode settings

Now it is actually activated…
This commit is contained in:
Gergely Polonkai 2016-10-13 11:03:31 +02:00
parent dd30344cea
commit ce55bc4eb6
1 changed files with 5 additions and 2 deletions

View File

@ -212,10 +212,13 @@
;; ;;
;; It is turned on by default, and can be toggled with F10 ;; It is turned on by default, and can be toggled with F10
(use-package whitespace (use-package whitespace
:ensure t
:demand
:config :config
(global-whitespace-mode t) (global-whitespace-mode 1)
:bind :bind
(([f10] . global-whitespace-mode))) (([f10] . whitespace-mode)
([(shift f10)] . global-whitespace-mode)))
;; Multiple cursors ;; Multiple cursors
(use-package multiple-cursors (use-package multiple-cursors