diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-07-23 13:06:29 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-07-23 13:06:29 +0100 |
commit | feec02aa28e9972f4b6e3f8465f4c5dc7be43fc7 (patch) | |
tree | 11f8b4d978363de2f21d2c1012680e1bdc7c45af /emacs-prelude/personal/lisp/init-misc.el | |
parent | 769926dee8bed6be8278dfb3f540ff0d376fbbc6 (diff) | |
download | dotfiles-feec02aa28e9972f4b6e3f8465f4c5dc7be43fc7.tar.gz |
More emacs.d updates
Diffstat (limited to 'emacs-prelude/personal/lisp/init-misc.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-misc.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-prelude/personal/lisp/init-misc.el b/emacs-prelude/personal/lisp/init-misc.el index 63edbcc..e25556d 100644 --- a/emacs-prelude/personal/lisp/init-misc.el +++ b/emacs-prelude/personal/lisp/init-misc.el @@ -28,4 +28,9 @@ ("M-[" . multi-vterm-prev) ("M-]" . multi-vterm-next)))) +(use-package dired + :ensure nil + :custom + (dired-kill-when-opening-new-dired-buffer t)) + (provide 'init-misc) |