Small changes

This commit is contained in:
2025-02-15 21:47:31 +00:00
parent 36af4e163c
commit 69f6a7a0da
3 changed files with 5 additions and 5 deletions

View File

@@ -915,8 +915,7 @@ of the evil state capitalised"
"")
(if vc-mode ;; Project and Git branch
vc-mode
""))
))
""))))
mode-line-misc-info ;; Any other information
(:eval
(when (and (eq major-mode 'dired-mode)

View File

@@ -56,7 +56,7 @@
(vertical-scroll-bars . nil)
(left-fringe . 0)
(right-fringe . 0)
(alpha . (90 80)))
(alpha . (80 70)))
menu-bar-mode nil
tool-bar-mode nil
scroll-bar-mode nil)

View File

@@ -23,6 +23,7 @@
;;; Code:
(autoload #'eshell "eshell")
(autoload #'eshell/cd "eshell")
(autoload #'eshell/echo "eshell")
(autoload #'eshell/send-input "eshell")