diff options
author | fpi | 2020-07-27 11:24:25 +0200 |
---|---|---|
committer | fpi | 2020-08-01 18:27:30 +0200 |
commit | de9a2d58187d81731d36d358a71fae6b8f53918f (patch) | |
tree | 3c4f99fc5e7b3996025e28140ebcd440db8627bc | |
parent | Add a keybinding for olivetti mode (diff) |
Fix some text
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org index 2de6bbd..94de490 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3673,7 +3673,6 @@ content syncing upon commit. (org-attach-git-annex-cutoff 0)) #+end_src *** Org-Capture -Templates #+BEGIN_SRC emacs-lisp (use-package org-capture :custom @@ -3842,7 +3841,8 @@ Templates I no longer use, but may be interesting. "* %i%? %(and (org-id-get-create) nil) :PROPERTIES:\n:CREATED: %u\n:END:\n") #+END_SRC -**** Setup for floating capture window. For reference see [[https://www.windley.com/archives/2010/12/capture_mode_and_emacs.shtml][here]]. +**** Setup for floating capture window +For reference see [[https://www.windley.com/archives/2010/12/capture_mode_and_emacs.shtml][here]]. #+begin_src emacs-lisp (defun fpi/make-floating-frame (&optional width height minibuffer name) (interactive) |