From e71ce0b7e921eb331493dbdcdab05922b9e12925 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 13 Nov 2022 23:09:47 +0530 Subject: [PATCH] Add dired-sidebar configuration --- init.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/init.org b/init.org index 042cb99..3947471 100644 --- a/init.org +++ b/init.org @@ -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