Skip to content

Commit

Permalink
feat(files): add support for ztree
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 25, 2023
1 parent b55426c commit ef01c78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
("C-c C-r" . dired-rsync)
("C-c C-x" . dired-rsync-transient)))

(use-package ztree
:straight t
:init
(+map! "oz" #'ztree-diff))

(defconst +sr-speedbar-path
(+package-download-from-urls 'sr-speedbar "https://www.emacswiki.org/emacs/download/sr-speedbar.el"))

Expand Down

0 comments on commit ef01c78

Please sign in to comment.