From c86529b5613dbdafe458e97e4061e578813cf3d8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Oct 2016 00:16:32 +0200 Subject: Add Dired config --- emacs/.emacs.d/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index ef12a1f..b069b50 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -914,6 +914,13 @@ To start off, first I need to enable lexical binding. * Applications + - [[file:init/dired-init.org][Dired]] :: The Emacs file manager. Very powerful, and I don't use it + enough /yet/. + + #+BEGIN_SRC emacs-lisp + (with-eval-after-load 'dired (load "dired-init")) + #+END_SRC + ** Magit Magit is a very nice interface to Git for Emacs. It allows you to -- cgit v1.2.3-54-g00ecf