From 74a696ac9835cd802628a49fbfc4f8cf333432ea Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Mar 2016 11:28:05 +0100 Subject: Emacs: Fix dired-narrow load error --- tag-emacs/emacs.d/init.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 8315769..4bbac2d 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-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 -- cgit 1.4.1