Update emacs.org
This commit is contained in:
parent
a10510ff97
commit
b269f5a7a9
|
@ -186,23 +186,6 @@ Should make startup faster, taken from doom-emacs
|
|||
|
||||
(force-mode-line-update)
|
||||
|
||||
;; (setq-default mode-line-format
|
||||
;; `("%e"
|
||||
;; sakoline-evil-mode
|
||||
|
||||
;; ;; begin BUFFER name
|
||||
;; " "
|
||||
|
||||
;; sakoline-buffer-name
|
||||
|
||||
;; " "
|
||||
;; sakoline-buffer-state
|
||||
;; " "
|
||||
;; ;; everything under here goes to the right
|
||||
;; sakoline-major-mode
|
||||
|
||||
;; ))
|
||||
|
||||
(setq-default mode-line-format
|
||||
'((:eval (sakoline-render
|
||||
;; left
|
||||
|
@ -230,7 +213,7 @@ Should make startup faster, taken from doom-emacs
|
|||
|
||||
(defvar-local sakoline-buffer-name
|
||||
'(:eval
|
||||
(propertize (buffer-name) 'face '(:foreground "#669999")))
|
||||
(propertize (buffer-name) 'face '(:foreground "#ffffff")))
|
||||
"Mode line variable that shows the buffer name.")
|
||||
|
||||
(put 'sakoline-buffer-name 'risky-local-variable t)
|
||||
|
@ -556,7 +539,7 @@ Should make startup faster, taken from doom-emacs
|
|||
(agenda . 5)))
|
||||
|
||||
(setq dashboard-image-banner-max-height 200)
|
||||
(setq dashboard-image-banner-max-width 500)
|
||||
(setq dashboard-image-banner-max-width 300)
|
||||
|
||||
(setq dashboard-page-separator "\n\n")
|
||||
(dashboard-setup-startup-hook))
|
||||
|
|
Loading…
Reference in a new issue