~ruther/emacs.d

6a94b2e1e4ce5a684d46a3dee1cf4c4c7a3f9748 — Rutherther 10 months ago 3956a59
fix: correctly set evil-want-Y-yank-to-eol
1 files changed, 4 insertions(+), 3 deletions(-)

M init.el
M init.el => init.el +4 -3
@@ 140,14 140,15 @@
    ("d" . evil-window-delete)
    ("o" . ace-window))
  :custom
  (evil-want-Y-yank-to-eol t)
  (evil-undo-system 'undo-redo)
  (evil-want-integration t)
  (evil-want-keybinding nil)
  :config
	(my-unbind-key-in-evil-states "C-.")
  ; evil-want-Y-yank-to-eol cannot be set by custom. Use this instead
  (setq evil-want-Y-yank-to-eol t)

  (evil-mode))
	(my-unbind-key-in-evil-states "C-.")
  (evil-mode 1))

(my-use-package evil-collection
  :after evil

Do not follow this link