about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dotfiles/.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs
index ca4bbc5..3ff6c9c 100644
--- a/dotfiles/.emacs
+++ b/dotfiles/.emacs
@@ -176,6 +176,9 @@
 
 (use-package dired-sidebar
   :ensure t
+  :config
+  (setq dired-sidebar-resize-on-open nil)
+  (setq dired-sidebar-window-fixed nil)
   :bind
   (:map evil-normal-state-map ("C-b" . dired-sidebar-toggle-sidebar)))