add version
This commit is contained in:
@@ -354,6 +354,12 @@ DISPLAY-START: `integer', e.g. 3820"
|
||||
:init (require 'dashboard-autoloads)
|
||||
:config
|
||||
;; see `dashboad-widget'
|
||||
(setq dashboard-banner-logo-title
|
||||
(format "Welcome to Emacs! (%s — %s"
|
||||
emacs-version
|
||||
(when (and (fboundp 'native-comp-available-p)
|
||||
(native-comp-available-p))
|
||||
"with native compilation)")))
|
||||
(setq dashboard-icon-type 'all-the-icons)
|
||||
(setq dashboard-page-separator "\n\f\n")
|
||||
(setq dashboard-set-heading-icons t)
|
||||
|
||||
Reference in New Issue
Block a user