Skip to content

Commit

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

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

(use-package sr-speedbar
:load-path +sr-speedbar-path
:commands sr-speedbar-toggle sr-speedbar-open
:custom
(sr-speedbar-right-side nil)
:config
(require 'ezimage)
(setq speedbar-use-images ezimage-use-images)
(+nvmap! :keymaps 'speedbar-mode-map "q" #'sr-speedbar-close))


(provide 'me-files)

Expand Down

0 comments on commit dfc4c32

Please sign in to comment.