summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-23 15:00:48 +0200
committerGravatar Tom Willemse2015-09-23 15:00:48 +0200
commita25de0f81736ebebc020ef891c260ef35af878ba (patch)
treedca56b36877765a6fccad7fe5834327c2f91392e /emacs/.emacs.d/init.org
parentbf66ba20e338d943e791b8bc91ae7658e5989177 (diff)
downloaddotfiles-a25de0f81736ebebc020ef891c260ef35af878ba.tar.gz
dotfiles-a25de0f81736ebebc020ef891c260ef35af878ba.zip
Fix HTML export of init.org
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