Skip to content

Commit 5064185

Browse files
committed
fix: use original emacs banner for dashboard
1 parent ad110e3 commit 5064185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lisp/base.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
;; Tool-bar
228228
(if (fboundp 'tool-bar-mode)
229229
(tool-bar-mode 0))
230-
;;(setq tool-bar-style 'image)
230+
;; (setq tool-bar-style 'image)
231231

232232
;; Scroll-bar
233233
(if (fboundp 'scroll-bar-mode)

lisp/packages.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@
484484
(bookmarks . 5)))
485485
;;(agenda . 2)))
486486
(setq dashboard-banner-logo-title nil)
487-
;; (setq dashboard-startup-banner 'official)
488-
(setq dashboard-startup-banner (expand-file-name globals--banner-path user-emacs-directory))
487+
(setq dashboard-startup-banner 'official)
488+
;; (setq dashboard-startup-banner (expand-file-name globals--banner-path user-emacs-directory))
489489
;; (setq dashboard-startup-banner (if (display-graphic-p)
490490
;; (home/choose-gif)
491491
;; (join-path home-banners-dir "text-banner.txt")))

0 commit comments

Comments
 (0)