Add dired-sidebar configuration

This commit is contained in:
contrapunctus 2022-11-13 23:09:47 +05:30
parent 058fe309b1
commit e71ce0b7e9
1 changed files with 12 additions and 0 deletions

View File

@ -5320,6 +5320,18 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
:init (add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
#+END_SRC
*** dired-sidebar
:PROPERTIES:
:CUSTOM_ID: dired-sidebar
:END:
#+BEGIN_SRC emacs-lisp
(use-package dired-sidebar
:config (setq dired-sidebar-no-delete-other-windows t
dired-sidebar-should-follow-file t
dired-sidebar-follow-file-idle-delay 0.2
dired-sidebar-follow-file-timer 0.2))
#+END_SRC
** lisp
:PROPERTIES:
:CREATED: 2022-01-13T21:03:15+0530