From de9a2d58187d81731d36d358a71fae6b8f53918f Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 27 Jul 2020 11:24:25 +0200 Subject: Fix some text --- emacs-init.org | 4 ++-- 1 file 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) -- cgit v1.2.3