diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-08-07 08:41:22 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-08-07 08:41:22 -0700 |
commit | 7e867a2709495e12d75cfbc6e20538af0e4f52ab (patch) | |
tree | 602fb84d09664868e47607e6ba58ae6532e82c06 | |
parent | bad50fd1429e372871f963e6275fc1586875eee9 (diff) |
IT'S THE RETURN OF CUA MODE
-rw-r--r-- | smart-documents.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smart-documents.org b/smart-documents.org index 8cc8e10..3ddc8f6 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -279,7 +279,7 @@ User Access. This is a term coined by IBM which has influenced user navigation cues on all modern desktop OSes. From IBM's CUA, we get the =Ctrl-c= and =Ctrl-v= keyboard shortcuts.] -#+BEGIN_SRC emacs-lisp :tangle no +#+BEGIN_SRC emacs-lisp :tangle yes (cua-mode) #+END_SRC |