emacs: update quotes

This commit is contained in:
Jeremy Baxter 2024-05-06 09:05:16 +12:00
parent aaa1298bf5
commit bfc4e44002

View file

@ -273,11 +273,11 @@ One will be created if none exist."
(interactive) (interactive)
(let ((quotes (let ((quotes
'("At its core is an interpreter for Emacs Lisp." '("At its core is an interpreter for Emacs Lisp."
"\"only one segfault in the default install, in a heck of a long time!\"" "Only one segfault in the default install, in a heck of a long time!"
"Merely an interface to your code." "Merely an interface to your code."
"M-x eglot" "M-x eglot"
"50 years and Dired is still the best file manager on the planet" "“We don't use the term corelibs, and I am not sure what that would mean.”"
(concat "Welcome home, " user-login-name)))) "50 years and Dired is still the best file manager on the planet")))
(nth (random (length quotes)) quotes))) (nth (random (length quotes)) quotes)))
(setq dashboard-banner-logo-title "Welcome to GNU Emacs, one component of the GNU/Linux operating system." (setq dashboard-banner-logo-title "Welcome to GNU Emacs, one component of the GNU/Linux operating system."