Small changes
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user