summaryrefslogtreecommitdiff
path: root/eshell-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-22 11:51:15 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-22 11:51:15 +0800
commit7743f3ed1b81fbc693d58585596bf7caf783d1c7 (patch)
treee236de03db2b36c4d45b2fcf92ec89ea67859ba5 /eshell-conf.el
parent01c080b98c6c7b645ac5c502c896b0965b784cb1 (diff)
More configurations
Now TeX and elfeed are roughly configured.
Diffstat (limited to 'eshell-conf.el')
-rw-r--r--eshell-conf.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/eshell-conf.el b/eshell-conf.el
index 8d2951e..9ca592a 100644
--- a/eshell-conf.el
+++ b/eshell-conf.el
@@ -265,6 +265,9 @@ other value means 1."
(add-to-list 'eshell-expand-input-functions
#'eshell-expand-history-references)
+(add-to-list 'eshell-visual-commands
+ "mpv" nil #'string=)
+
(setq eshell-list-files-after-cd t)
(provide 'eshell-conf)