summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-04-22 11:51:34 -0500
committerCase Duckworth2021-04-22 11:51:34 -0500
commitae355342c9ce04c0890c987a3b850457a2cba378 (patch)
treecb1879c7c02579469f703da73928653c8ca39055
parentOpen files better, depending on system (diff)
downloademacs-ae355342c9ce04c0890c987a3b850457a2cba378.tar.gz
emacs-ae355342c9ce04c0890c987a3b850457a2cba378.zip
Add dired-git-info
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el index ef8cdef..2ecdfbd 100644 --- a/init.el +++ b/init.el
@@ -524,8 +524,11 @@
524 (setup (:straight dired-collapse) 524 (setup (:straight dired-collapse)
525 (:hook-into dired-mode)) 525 (:hook-into dired-mode))
526 526
527 (setup (:straight dired-git-info)
528 (define-key dired-mode-map ")" #'dired-git-info-mode))
529
527 (setup (:straight trashed) 530 (setup (:straight trashed)
528 (setq-default trashed-action-confirmer 'y-or-n-p)))) 531 (setq-default trashed-action-confirmer #'y-or-n-p))))
529 532
530(setup (:straight magit) 533(setup (:straight magit)
531 (:leader "g" magit-status) 534 (:leader "g" magit-status)