From f8aeab1d3d047596b3cdba6bc9a8ac0edaa01ced Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 6 Jul 2017 21:27:11 -0600 Subject: load dired-x --- config.org | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 1fa9d32..b5159ac 100644 --- a/config.org +++ b/config.org @@ -252,6 +252,20 @@ killer~, and a 3rd time ~"pony killer"~ will be highlighted. ** dired Dired is a file manager mode built in to emacs. +Dired-eXtra adds some additional functionality to dired +Features include: + +- Omitting “uninteresting” files from Dired listings +- Dired local variables file (.dired) +- Shell command guessing +- "Virtual Dired" allows you to view directories based on command output +- Cleaning commands +- Dired current file and file at point commands (C-x C-j) + +#+BEGIN_SRC emacs-lisp +(require 'dired-x) +#+END_SRC + Emacs' philosophy is to create a new buffer for new content. This makes sense for an editor but a file manager usually reuses it's window as you browse the file system. This reverts dired to that behavior, but doesn't fix it if you use @@ -467,7 +481,7 @@ stars in org-mode headings. org-src-fontify-natively t ;; Don't split the line when hitting M-RET for a new heading - org-M-RET-may-split-line '((default . nil)) + ;org-M-RET-may-split-line '((default . nil)) ) #+END_SRC ** Key Bindings -- cgit v1.2.1