Small changes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(autoload #'eshell "eshell")
|
||||
(autoload #'eshell/cd "eshell")
|
||||
(autoload #'eshell/echo "eshell")
|
||||
(autoload #'eshell/send-input "eshell")
|
||||
|
||||
Reference in New Issue
Block a user