diff --git a/settings/gui-settings.el b/settings/gui-settings.el index 566a0d0b..c3e25bad 100644 --- a/settings/gui-settings.el +++ b/settings/gui-settings.el @@ -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)