[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
CUA mode.
smart-documents.org
@@ -329,6 +329,14 @@
329
329
330
330
* Keyboard shortcuts
331
331
332
Added:
What follows are the most useful keybindings, as well as the
333
Added:
keybindings to the functions we defined ourselves. It doesn't matter
334
Added:
if we haven't defined the functions themselves yet; Emacs will accept
335
Added:
a keybinding for any symbol and does not check if the symbol's
336
Added:
function definition exists, until the keybinding is pressed.
337
Added:
338
Added:
** CUA mode
339
Added:
332
340
The following bindings strive to further enhance CUA mode.[fn::Common
333
341
User Access. This is a term coined by IBM which has influenced user
334
342
navigation cues on all modern desktop OSes. From IBM's CUA, we get the
@@ -338,11 +346,6 @@
338
346
(cua-mode)
339
347
#+END_SRC
340
348
341
Removed:
What follows are the most useful keybindings, as well as the
342
Removed:
keybindings to the functions we defined ourselves. It doesn't matter
343
Removed:
if we haven't defined the functions themselves yet; Emacs will accept
344
Removed:
a keybinding for any symbol and does not check if the symbol's
345
Removed:
function definition exists, until the keybinding is pressed.
346
349
347
350
** Files
348
351