emacs: update quotes
This commit is contained in:
parent
aaa1298bf5
commit
bfc4e44002
1 changed files with 3 additions and 3 deletions
|
@ -273,11 +273,11 @@ One will be created if none exist."
|
|||
(interactive)
|
||||
(let ((quotes
|
||||
'("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."
|
||||
"M-x eglot"
|
||||
"50 years and Dired is still the best file manager on the planet"
|
||||
(concat "Welcome home, " user-login-name))))
|
||||
"“We don't use the term ‘corelibs,’ and I am not sure what that would mean.”"
|
||||
"50 years and Dired is still the best file manager on the planet")))
|
||||
(nth (random (length quotes)) quotes)))
|
||||
|
||||
(setq dashboard-banner-logo-title "Welcome to GNU Emacs, one component of the GNU/Linux operating system."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue