tools/dired: SPC o - => dired-jump; show symlink targets
Inspired by #625
This commit is contained in:
parent
c5df4e7d2f
commit
334b6f3adf
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; tools/dired/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! dired
|
||||
:defer t
|
||||
:commands dired-jump
|
||||
:init
|
||||
(setq ;; Always copy/delete recursively
|
||||
dired-recursive-copies 'always
|
||||
|
@ -9,6 +9,7 @@
|
|||
;; Auto refresh dired, but be quiet about it
|
||||
global-auto-revert-non-file-buffers t
|
||||
auto-revert-verbose nil
|
||||
dired-hide-details-hide-symlink-targets nil
|
||||
;; files
|
||||
image-dired-dir (concat doom-cache-dir "image-dired/")
|
||||
image-dired-db-file (concat image-dired-dir "db.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue