summaryrefslogtreecommitdiff
path: root/eshell-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'eshell-conf.el')
-rw-r--r--eshell-conf.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/eshell-conf.el b/eshell-conf.el
index 12a35b6..e99f037 100644
--- a/eshell-conf.el
+++ b/eshell-conf.el
@@ -227,7 +227,7 @@ Just for the completeness."
(mapconcat
(function
(lambda (mark)
- (concat (propertize mark 'font-lock-face 'modus-themes-mark-symbol)
+ (concat (propertize mark 'font-lock-face 'modus-themes-mark-sel)
(make-string (- max-length (length mark)) #x20)
" -> "
(file-truename (expand-file-name mark eshell-mark-directory)))))
@@ -502,6 +502,9 @@ For example, \"...\" expands into \"../..\"."
(add-to-list 'eshell-visual-commands
"mpv" nil #'string=)
+(add-to-list 'eshell-visual-subcommands
+ (list "git" "log" "diff" "show" "help"))
+
;;; List files after changing directories
(setq eshell-list-files-after-cd t)