mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak the scratch buffer message
This commit is contained in:
parent
479cba632c
commit
66a5a7c432
|
|
@ -104,8 +104,11 @@ before all other modules of my setup."
|
|||
(setq initial-buffer-choice t)
|
||||
(setq initial-major-mode 'lisp-interaction-mode)
|
||||
(setq initial-scratch-message
|
||||
(format ";; Use %s to evaluate and print results\n\n"
|
||||
(substitute-command-keys "\\<lisp-interaction-mode-map>\\[eval-print-last-sexp]")))
|
||||
(format ";; This is `%s'. Use `%s' to evaluate and print results\n\n"
|
||||
'lisp-interaction-mode
|
||||
(propertize
|
||||
(substitute-command-keys "\\<lisp-interaction-mode-map>\\[eval-print-last-sexp]")
|
||||
'face 'help-key-binding)))
|
||||
|
||||
(mapc
|
||||
(lambda (string)
|
||||
|
|
|
|||
|
|
@ -836,8 +836,11 @@ generic in this regard.
|
|||
(setq initial-buffer-choice t)
|
||||
(setq initial-major-mode 'lisp-interaction-mode)
|
||||
(setq initial-scratch-message
|
||||
(format ";; Use %s to evaluate and print results\n\n"
|
||||
(substitute-command-keys "\\<lisp-interaction-mode-map>\\[eval-print-last-sexp]")))
|
||||
(format ";; This is `%s'. Use `%s' to evaluate and print results\n\n"
|
||||
'lisp-interaction-mode
|
||||
(propertize
|
||||
(substitute-command-keys "\\<lisp-interaction-mode-map>\\[eval-print-last-sexp]")
|
||||
'face 'help-key-binding)))
|
||||
#+end_src
|
||||
|
||||
** The =init.el= arrangements for my own modules and custom libraries
|
||||
|
|
|
|||
Loading…
Reference in a new issue