Revise vim-empty-lines integration into spacemacs-evil

Removing any non clarified changes on defaults
and key bindings.
This commit is contained in:
Maxi Wolff 2022-06-19 20:30:59 +02:00
parent ebd920e23a
commit cb09f57cf7
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ It should only modify the values of Spacemacs settings."
;; If non-nil the frame is fullscreen when Emacs starts up. (default nil)
;; (Emacs 24.4+ only)
dotspacemacs-fullscreen-at-startup t
dotspacemacs-fullscreen-at-startup nil
;; If non-nil `spacemacs/toggle-fullscreen' will not use native fullscreen.
;; Use to disable fullscreen animations in OSX. (default nil)

View File

@ -435,7 +435,7 @@
:mode global-vim-empty-lines-mode
:documentation
"Display an overlay of ~ on empty lines."
:evil-leader "t~")
:evil-leader "T~")
;; Don't enable it where it is detrimental.
(dolist (x (list spacemacs-buffer-name
"*Messages*"))