Skip to content

Commit

Permalink
batch update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Chou committed Aug 28, 2023
1 parent f269c1e commit c7d74a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lisp/init-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
(evil-set-initial-state 'dashboard-mode 'normal)
(evil-set-initial-state 'vterm-mode 'insert)

(evil-set-undo-system 'undo-tree)
;; (evil-set-undo-system 'undo-tree)
(evil-set-undo-system 'undo-fu)

;; treat _ as word like vim
(with-eval-after-load 'evil
Expand Down Expand Up @@ -157,7 +158,6 @@
(evil-define-key 'normal dired-mode-map (kbd "F") 'find-file))
(advice-add #'evil-collection-dired-setup :after #'petmacs/evil-collection-dired-setup))


(use-package evil-textobj-line
:init (require 'evil-textobj-line))
(use-package evil-iedit-state
Expand Down
4 changes: 2 additions & 2 deletions lisp/init-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@
"D" #'dired-jump-other-window
"c" #'goto-last-change
"d" #'deer
"j" #'avy-goto-char-2
"J" #'avy-goto-char-timer
"j" #'avy-goto-char
"J" #'avy-goto-char-2
"l" #'avy-goto-line
"t" #'magit-todos-list
"y" #'consult-yank-pop
Expand Down
4 changes: 2 additions & 2 deletions lisp/init-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
:hook (after-init . global-anzu-mode))

;; An all-in-one comment command to rule them all
(use-package comment-dwim-2
:bind ([remap comment-dwim] . comment-dwim-2))
;; (use-package comment-dwim-2
;; :bind ([remap comment-dwim] . comment-dwim-2))

;; A comprehensive visual interface to diff & patch
(use-package ediff
Expand Down

0 comments on commit c7d74a2

Please sign in to comment.