[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Purge cua, ah
smart-documents.org
@@ -42,7 +42,7 @@
42
42
document---feel free to experiment and discover. Here are three
43
43
commands that will help you understand all the symbols in this file,
44
44
if you are browsing this paper within Emacs itself:
45
Removed:
# bahaha
45
Added:
46
46
- ~C-h f~ :: describe function
47
47
- ~C-h v~ :: describe variable
48
48
- ~C-h k~ :: describe key
@@ -279,7 +279,7 @@
279
279
navigation cues on all modern desktop OSes. From IBM's CUA, we get the
280
280
=Ctrl-c= and =Ctrl-v= keyboard shortcuts.]
281
281
282
Removed:
#+BEGIN_SRC emacs-lisp :tangle yes
282
Added:
#+BEGIN_SRC emacs-lisp :tangle no
283
283
(cua-mode)
284
284
#+END_SRC
285
285
@@ -375,6 +375,14 @@
375
375
#+NAME: delete-frame-or-kill-emacs
376
376
#+BEGIN_SRC emacs-lisp :tangle yes
377
377
(global-set-key (kbd "C-q") 'sd-delete-frame-or-kill-emacs)
378
Added:
#+END_SRC
379
Added:
380
Added:
*** Disable =C-z= if using a graphical interface
381
Added:
382
Added:
#+BEGIN_SRC emacs-lisp :tangle yes
383
Added:
(global-unset-key (kbd "C-z"))
384
Added:
385
Added:
(global-set-key (kbd "C-z C-z") 'suspend-frame)
378
386
#+END_SRC
379
387
380
388
** Text display