summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-23 17:33:21 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-23 17:33:21 -0500
commit0884b63b028514ff55208af9020e0dce5700e802 (patch)
treed80845b940b4725b8802f8da860aeba48709ae94
parentcb0c13d0b54257e02bdb611fec6c5c3b5c77f1c3 (diff)
downloadconfigs-0884b63b028514ff55208af9020e0dce5700e802.tar.gz
configs-0884b63b028514ff55208af9020e0dce5700e802.tar.xz
configs-0884b63b028514ff55208af9020e0dce5700e802.zip
[emacs] dired hide details by default, ignore /var/eshell/lastdir
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--init.org14
2 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 6b3fd73..c5f850f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
!/var/abbrev.el
!/lisp/bbdb/bbdb-autoloads.el
+/var/eshell/lastdir
diff --git a/init.org b/init.org
index d148363..2bd523e 100644
--- a/init.org
+++ b/init.org
@@ -1098,11 +1098,13 @@ TODO: break this giant source block down into individual org sections.
(set-window-configuration wnd))))
(error "no more than 2 files should be marked"))))
:bind (:map dired-mode-map
- ("e" . dired-ediff-files)
- ("E" . dired-toggle-read-only)
- ("z" . (lambda ()
- (interactive)
- (a/dired-start-process "zathura")))))
+ ("e" . dired-ediff-files)
+ ("E" . dired-toggle-read-only)
+ ("\\" . dired-hide-details-mode)
+ ("z" . (lambda ()
+ (interactive)
+ (a/dired-start-process "zathura"))))
+ :hook (dired-mode . dired-hide-details-mode))
(use-package eldoc
:when (version< "25" emacs-version)
@@ -1891,6 +1893,8 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
:bind ("C-=" . er/expand-region))
#+end_src
+** TODO multiple-cursors
+
* Email
:PROPERTIES:
:CUSTOM_ID: email