treemacs update
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
;; https://github.com/Alexander-Miller/treemacs
|
||||
|
||||
;; treemacs requires http://melpa.org/#/treemacs
|
||||
;; dash
|
||||
;; s.el http://melpa.org/#/s
|
||||
;; f.el http://melpa.org/#/f
|
||||
;; ht.el http://melpa.org/#/ht
|
||||
;; ace-window.el https://elpa.gnu.org/packages/ace-window.html
|
||||
;; avy.el https://elpa.gnu.org/packages/avy.html
|
||||
;; pfuture.el http://melpa.org/#/pfuture
|
||||
;; hydra.el https://elpa.gnu.org/packages/hydra.html
|
||||
;; ace-window.el https://elpa.gnu.org/packages/ace-window.html
|
||||
;; avy.el https://elpa.gnu.org/packages/avy.html
|
||||
;; cfrs https://melpa.org/#/cfrs
|
||||
;; posframe https://melpa.org/#/posframe
|
||||
;; dash https://melpa.org/#/dash
|
||||
;; f.el http://melpa.org/#/f
|
||||
;; ht.el http://melpa.org/#/ht
|
||||
;; hydra.el https://elpa.gnu.org/packages/hydra.html
|
||||
;; pfuture.el http://melpa.org/#/pfuture
|
||||
;; s.el http://melpa.org/#/s
|
||||
;; treemacs-magit ;; http://melpa.org/#/treemacs-magit
|
||||
(use-package treemacs
|
||||
:commands treemacs
|
||||
:bind (("<f9>" . treemacs))
|
||||
:init
|
||||
;; get rid of the message:
|
||||
;; [Treemacs] Warning: couldn’t find hl-line-mode’s background color for icons, falling back on unspecified-bg.
|
||||
@@ -29,7 +32,8 @@
|
||||
;;(setq treemacs-show-hidden-files t)
|
||||
;;(setq treemacs-goto-tag-strategy 'refetch-index)
|
||||
;;(setq treemacs-collapse-dirs (if treemacs-python-executable 3 0))
|
||||
;;(:map global-map ([f8] . treemacs-toggle))
|
||||
:config
|
||||
(require 'cfrs) ;; not done in treemacs, needed?
|
||||
)
|
||||
|
||||
(use-package treemacs-magit
|
||||
|
||||
Reference in New Issue
Block a user