mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
examples: emacs: Disable cua-mode by default.
* modules/rosenthal/examples/emacs/init-editing.el (emacs): Disable ‘cua-mode’. * modules/rosenthal/examples/emacs/init.el: Add it to initial-scratch-message.
This commit is contained in:
parent
83edc24958
commit
9d90607a02
@ -11,8 +11,6 @@
|
||||
(setopt electric-indent-inhibit t)
|
||||
:hook
|
||||
(before-save . delete-trailing-whitespace)
|
||||
;; Use Ctrl-C/X/Z for copy, cut, paste.
|
||||
(after-init . cua-mode)
|
||||
;; Automatic parenthesis pairing.
|
||||
(after-init . electric-pair-mode))
|
||||
|
||||
|
||||
@ -32,7 +32,10 @@
|
||||
|
||||
(progn
|
||||
(setopt initial-scratch-message
|
||||
";;; Type your Guile program here and evaluate it.\n\n")
|
||||
"\
|
||||
;;; Type your Guile program here and evaluate it.
|
||||
;;; `M-x cua-mode' to use Ctrl-C/X/Z for copy, cut, paste.
|
||||
\n")
|
||||
(scheme-mode)
|
||||
(geiser-repl-import-module "(gnu)")
|
||||
(geiser-repl-import-module "(nonguix)")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user