diff --git a/config.el b/config.el index 7e2c970..36743c3 100644 --- a/config.el +++ b/config.el @@ -184,7 +184,7 @@ (use-package! whole-line-or-region :config (define-key whole-line-or-region-local-mode-map [remap comment-dwim] nil) - (whole-line-or-region-global-mode t)) + (whole-line-or-region-global-mode +1)) ;; ----------------------------------------------------------------------------- ;; Global configuration. @@ -205,10 +205,10 @@ whitespace-line-column fill-column) ;; CamelCase as separate words. -(global-subword-mode t) +(global-subword-mode +1) ;; Doom emacs recommends `visual-line-mode' as it claims wrapping is expensive. -(global-visual-line-mode t) +(global-visual-line-mode +1) ;; But "C-e" behaves differently in `visual-line-mode' than when they are ;; wrapped. It goes to the end of the visual line, not the logical line. This