aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/app.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-10-14 15:40:33 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-10-14 15:40:33 +0100
commit0871b6b36ef9db3dc698368f025c327b1c914345 (patch)
treeeed7cd10eeab4bfc5a19d81001cd75250aa3968b /Emacs/.config/emacs/app.org
parenta1dcf20608dc40ce37420affce49eae91127e9e4 (diff)
downloaddotfiles-0871b6b36ef9db3dc698368f025c327b1c914345.tar.gz
dotfiles-0871b6b36ef9db3dc698368f025c327b1c914345.tar.bz2
dotfiles-0871b6b36ef9db3dc698368f025c327b1c914345.zip
(Emacs/app)~dired switches now sort by time
Diffstat (limited to 'Emacs/.config/emacs/app.org')
-rw-r--r--Emacs/.config/emacs/app.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org
index a053cf7..f4382bb 100644
--- a/Emacs/.config/emacs/app.org
+++ b/Emacs/.config/emacs/app.org
@@ -193,7 +193,7 @@ are some corners I'd like to adjust).
(dired-mode-hook . auto-revert-mode)
(dired-mode-hook . dired-hide-details-mode)
:init
- (setq-default dired-listing-switches "-AFBl --group-directories-first"
+ (setq-default dired-listing-switches "-AFBlu --group-directories-first"
dired-omit-files "^\\."
dired-dwim-target t)
(with-eval-after-load "evil-collection"
@@ -354,13 +354,14 @@ emulator.
The killer benefits of eshell (which would appeal to Emacs users) are
a direct result of eshell being written in Emacs lisp:
- incredible integration with Emacs utilities (such as ~dired~,
- ~find-file~, any read functions, to name a few)
+ ~find-file~, any read functions, etc)
- very extensible, easy to write new commands which leverage Emacs
commands as well as external utilities
- agnostic of platform: "eshell/cd" will call the underlying change
directory function for you, so commands will (usually) mean the same
thing regardless of platform
- - this means as long as Emacs runs, you can run eshell
+ - this means as long as Emacs can run on an operating system, one
+ may run eshell
However, my favourite feature of eshell is the set of evaluators that
run on command input. Some of the benefits listed above come as a