diff options
author | Alan Pearce | 2014-07-07 08:16:26 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-08 16:29:21 +0100 |
commit | d85d7428102c7a120ded1fcbcb27a21ae54a7928 (patch) | |
tree | 8078a423c87ffc5bd0cedf1d4be5c6d26051ef47 | |
parent | 354bdc7bcd7d73e543fe4b4480d2d32274358fc6 (diff) | |
download | dotfiles-d85d7428102c7a120ded1fcbcb27a21ae54a7928.tar.lz dotfiles-d85d7428102c7a120ded1fcbcb27a21ae54a7928.tar.zst dotfiles-d85d7428102c7a120ded1fcbcb27a21ae54a7928.zip |
Emacs: fix dired-subtree load order
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 1b2f4e8..7717ea0 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -262,6 +262,7 @@ (req-package dired-subtree :defer t + :require dired :config (progn (setq dired-subtree-use-backgrounds nil) (defun dired-subtree-maybe-up () |