about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-24 01:41:12 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-24 01:41:12 +0100
commit232b9f9660983ab4009a3db899f7c7d62633e524 (patch)
tree16cac0df321ff2b2bfcf97e6eb8dd5eb0b5f6b7f
parentDotfiles: Emacs: Helm and projectile (diff)
downloadnixos-config-232b9f9660983ab4009a3db899f7c7d62633e524.tar.gz
nixos-config-232b9f9660983ab4009a3db899f7c7d62633e524.tar.bz2
nixos-config-232b9f9660983ab4009a3db899f7c7d62633e524.zip
Dotfiles: Emacs: sidebar
-rw-r--r--dotfiles/.emacs.new3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.emacs.new b/dotfiles/.emacs.new
index 11eeef5..40a3a3a 100644
--- a/dotfiles/.emacs.new
+++ b/dotfiles/.emacs.new
@@ -148,6 +148,9 @@
   :init
   (add-hook 'go-mode-hook 'lsp-deferred))
 
+(use-package dired-sidebar
+  :ensure t)
+
 (eval-after-load 'dired
   '(evil-define-key 'normal dired-mode-map [mouse-2] 'dired-mouse-find-file)
 )
\ No newline at end of file