From 096790cd907f4874e0e121c42b6b33a50e5105d2 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 14 Dec 2025 00:06:11 +0800 Subject: Cleaned the indentation up --- config/evil.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'config/evil.el') diff --git a/config/evil.el b/config/evil.el index 4bf6871..8d745f1 100644 --- a/config/evil.el +++ b/config/evil.el @@ -4,18 +4,18 @@ (setq evil-want-keybinding nil) (use-package evil - :init - (setq evil-want-integration t) ;; Required for evil-collection - (setq evil-undo-system 'undo-redo) ;; Use Emacs 28+ built-in undo-redo - :config - (evil-mode 1)) + :init + (setq evil-want-integration t) ;; Required for evil-collection + (setq evil-undo-system 'undo-redo) ;; Use Emacs 28+ built-in undo-redo + :config + (evil-mode 1)) ;; Restore Emacs-style C-n/C-p in insert mode for line movement ;; (define-key evil-insert-state-map (kbd "C-n") 'next-line) ;; (define-key evil-insert-state-map (kbd "C-p") 'previous-line)) (use-package evil-collection - :after evil - :straight (evil-collection :type git :host github :repo "emacs-evil/evil-collection" + :after evil + :straight (evil-collection :type git :host github :repo "emacs-evil/evil-collection" :files (:defaults "modes")) - :config - (evil-collection-init)) ;; Provides Evil bindings for many Emacs modes + :config + (evil-collection-init)) ;; Provides Evil bindings for many Emacs modes -- cgit v1.2.3