diff --git a/emacs/doom/config.org b/emacs/doom/config.org index 1572f9c..b804c34 100644 --- a/emacs/doom/config.org +++ b/emacs/doom/config.org @@ -47,6 +47,8 @@ (map! :leader "w 1" #'delete-other-windows) (map! :leader "t p" #'+popup/toggle) +(map! :nvi "" #'projectile-repeat-last-command) + ;; Do not use autosave when using vim save command (evil-ex-define-cmd "write" #'fd-format-without-autosave)