tools/dired: SPC o - => dired-jump; show symlink targets

Inspired by #625
This commit is contained in:
Henrik Lissner 2018-06-01 13:46:52 +02:00
parent c5df4e7d2f
commit 334b6f3adf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 1 deletions

View file

@ -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")