summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-07 08:16:26 +0100
committerAlan Pearce2014-07-08 16:29:21 +0100
commitd85d7428102c7a120ded1fcbcb27a21ae54a7928 (patch)
tree8078a423c87ffc5bd0cedf1d4be5c6d26051ef47 /tag-emacs/emacs.d
parent354bdc7bcd7d73e543fe4b4480d2d32274358fc6 (diff)
downloaddotfiles-d85d7428102c7a120ded1fcbcb27a21ae54a7928.tar.lz
dotfiles-d85d7428102c7a120ded1fcbcb27a21ae54a7928.tar.zst
dotfiles-d85d7428102c7a120ded1fcbcb27a21ae54a7928.zip
Emacs: fix dired-subtree load order
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el1
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 ()