Cleanup
This commit is contained in:
parent
c70021d350
commit
d0cc583e19
5 changed files with 19 additions and 14 deletions
|
@ -23,20 +23,21 @@
|
|||
|
||||
(use-package dired
|
||||
:disabled t
|
||||
:init
|
||||
(progn (setq dired-recursive-deletes 'always
|
||||
dired-recursive-copies 'always
|
||||
dired-auto-revert-buffer t
|
||||
:config
|
||||
(progn
|
||||
(setq dired-recursive-deletes 'always
|
||||
dired-recursive-copies 'always
|
||||
dired-auto-revert-buffer t
|
||||
|
||||
;; if there is a dired buffer displayed in the next
|
||||
;; window, use its current subdir, instead of the
|
||||
;; current subdir of this dired buffer
|
||||
dired-dwim-target t)
|
||||
;; if there is a dired buffer displayed in the next
|
||||
;; window, use its current subdir, instead of the
|
||||
;; current subdir of this dired buffer
|
||||
dired-dwim-target t)
|
||||
|
||||
(push '(dired-mode :position bottom :height 0.5 :stick t) popwin:special-display-config)
|
||||
(push '(dired-mode :position bottom :height 0.5 :stick t) popwin:special-display-config)
|
||||
|
||||
(add-hook! 'dired-mode-hook
|
||||
(use-package 'dired+ :config (toggle-diredp-find-file-reuse-dir 1)))))
|
||||
(add-hook! 'dired-mode-hook
|
||||
(use-package 'dired+ :config (toggle-diredp-find-file-reuse-dir 1)))))
|
||||
|
||||
|
||||
(provide 'init-project)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue