diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-06 02:23:38 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-06 02:38:06 +0530 |
commit | 2986c04c2fcad44eb80ce01336ade33a7429cf7a (patch) | |
tree | b27268aaf71518841b11d19050f727275965b876 /Emacs/.config/emacs/app.org | |
parent | 04a4f50daf64f3159b9f8f15c0a106073d738a54 (diff) | |
download | dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.tar.gz dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.tar.bz2 dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.zip |
(Emacs|Shell|SystemD)~Small changes
Diffstat (limited to 'Emacs/.config/emacs/app.org')
-rw-r--r-- | Emacs/.config/emacs/app.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org index a173269..4791444 100644 --- a/Emacs/.config/emacs/app.org +++ b/Emacs/.config/emacs/app.org @@ -158,8 +158,7 @@ integrate it into my workflow just a bit better. (notmuch-tag-change-list '("-inbox" "+flagged") unflag) beg end) (when (eq beg end) (notmuch-search-next-thread))) - (advice-add #'notmuch-poll-and-refresh-this-buffer :before - #'+mail/sync-mail) + (advice-add #'notmuch-poll-and-refresh-this-buffer :after #'+mail/trash-junk) (with-eval-after-load "evil-collection" @@ -194,7 +193,8 @@ are some corners I'd like to adjust). :init (setq-default dired-listing-switches "-AFBlu --group-directories-first" dired-omit-files "^\\." - dired-dwim-target t) + dired-dwim-target t + image-dired-external-viewer "nsxiv") (with-eval-after-load "evil-collection" (evil-collection-dired-setup)) :general @@ -443,7 +443,7 @@ Pretty symbols and a display record. :display ("\\*e?shell\\*" ; for general shells as well (display-buffer-at-bottom) - (window-height . 0.30))) + (window-height . 0.33))) #+end_src ** Eshell variables and aliases Set some sane defaults, a banner and a prompt. The prompt checks for |