diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-17 08:09:48 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-17 08:09:48 -0700 |
commit | e64544a10af3afded819c7d06960a07b390660e2 (patch) | |
tree | a1f740ac640f840efedafdac0fb92bc68e96a924 /.emacs.local.d/modes/dashboard.el | |
parent | e5104decb65dd7a76f632934775bcaf57e1474c8 (diff) |
Emacs only with deb dependencies
Diffstat (limited to '.emacs.local.d/modes/dashboard.el')
-rw-r--r-- | .emacs.local.d/modes/dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/dashboard.el b/.emacs.local.d/modes/dashboard.el index 1dc81d3..83e2b7f 100644 --- a/.emacs.local.d/modes/dashboard.el +++ b/.emacs.local.d/modes/dashboard.el @@ -4,7 +4,7 @@ :ensure t :diminish dashboard-mode :config - (setq dashboard-banner-logo-title "Only the educated are free.") + (setq dashboard-banner-logo-title "Happy hacking!") (setq dashboard-items '((recents . 10) (projects . 5) (bookmarks . 10))) |