Skip to content

Commit

Permalink
tweak(files): remove unused sr-speedbar
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 7, 2024
1 parent 233b4ed commit 401d4bc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@
:init
(+map! "oz" #'ztree-diff))

(defconst +sr-speedbar-path
(+package-download-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)
(speedbar-use-images nil)
:config
(+nvmap! :keymaps 'speedbar-mode-map "q" #'sr-speedbar-close))


(provide 'me-files)

Expand Down

0 comments on commit 401d4bc

Please sign in to comment.