Disable cua-mode

This commit is contained in:
2020-04-09 09:25:06 +02:00
parent a2bbf67dcf
commit 3333c8c5c8

View File

@@ -881,8 +881,9 @@ When not running on a windows system, we can use the env variables in emacs
#+END_SRC
** Behave like a normal text editor
Changed: No more CUA, ~C-c~ is used in to many places that are broken by cua-mode
#+BEGIN_SRC emacs-lisp
(cua-mode t)
; (cua-mode t)
#+END_SRC
** Set cursor and indet mode