summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 3 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 07d27c5..7d344a6 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1,4 +1,3 @@
-#+TITLE: Emacs init
#+PROPERTY: tangle init2.el
#+STARTUP: content
#+OPTIONS: author:nil num:nil toc:nil
@@ -455,8 +454,8 @@
important questions where accidentally saying ~yes~ when you meant ~no~
would be catastrophic (or at least could be). However, I've never
(so far) had this problem, and I find it quite tedious to have to
- write out ~yes~ or ~no~ and then press {{{kbd(RET)}}}, give me a simple
- ~y~ or ~n~ with no {{{kdb(RET)}}} required and I'm quite happy.
+ write out ~yes~ or ~no~ and then press {{{key(RET)}}}, give me a simple
+ ~y~ or ~n~ with no {{{key(RET)}}} required and I'm quite happy.
#+BEGIN_SRC emacs-lisp
(defalias 'yes-or-no-p 'y-or-n-p)
@@ -622,7 +621,7 @@
After the ansi-term process ends it leaves a buffer. I don't use
ansi term in such a way that this has ever been useful, so just kill
the ansi-term buffer after the process quits, no matter the exit
- status. Usually this comes about when I press {{{kbd(C-d)}}} at the
+ status. Usually this comes about when I press {{{key(C-d)}}} at the
command prompt.
#+BEGIN_SRC emacs-lisp