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 (if vc-mode ;; Project and Git branch
vc-mode vc-mode
"")) ""))))
))
mode-line-misc-info ;; Any other information mode-line-misc-info ;; Any other information
(:eval (:eval
(when (and (eq major-mode 'dired-mode) (when (and (eq major-mode 'dired-mode)

View File

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

View File

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