From 7743f3ed1b81fbc693d58585596bf7caf783d1c7 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 22 Feb 2021 11:51:15 +0800 Subject: More configurations Now TeX and elfeed are roughly configured. --- eshell-conf.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eshell-conf.el') 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) -- cgit v1.2.3-18-g5258