all repos — nixfiles @ 74a696ac9835cd802628a49fbfc4f8cf333432ea

System and user configuration, managed by nix and home-manager

Emacs: Fix dired-narrow load error
Alan Pearce alan.pearce@spotcap.com
Fri, 11 Mar 2016 11:28:05 +0100
commit

74a696ac9835cd802628a49fbfc4f8cf333432ea

parent

771cb159d960965603c6f0d44e34cb76f611d7d4

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1140,9 +1140,10 @@ to start filtering, =RET= to complete the filter and =g= to refresh the buffer, removing the filter.
 
 #+BEGIN_SRC emacs-lisp
-  (use-package dired-narrow
-    :bind (:map dired-mode-map
-                ("/" . dired-narrow)))
+  (with-eval-after-load 'dired
+    (use-package dired-narrow
+      :bind (:map dired-mode-map
+                  ("/" . dired-narrow))))
 #+END_SRC
 
 * Documentation