From f3817fc6b6247739a9031352825734d0469681e0 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sat, 9 May 2020 14:52:32 +0200 Subject: [PATCH] Fix footnote bug --- src/posts/0013-how-to-choose-your-tools/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts/0013-how-to-choose-your-tools/index.org b/src/posts/0013-how-to-choose-your-tools/index.org index 5b48c2b..bef9605 100644 --- a/src/posts/0013-how-to-choose-your-tools/index.org +++ b/src/posts/0013-how-to-choose-your-tools/index.org @@ -195,8 +195,6 @@ They were tremendous. No more wrist pain. And an incredible edition power at the tip of my fingers[fn:vim]. -[fn:vim] [[http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/][Lear Vim Progressively]] is an old "popular" blog post of mine. - Then, I started a new job where we decided to code in Clojure. Of course Clojure being a LISP and emacs using also a LISP as script language, it sound natural to try Emacs even though I loved Vim. @@ -259,3 +257,5 @@ will need to take the time to configure each part of a big system separately. Howevery I'm deeply convinced the investment is really worth it. + +[fn:vim] [[http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/][Lear Vim Progressively]] is an old "popular" blog post of mine.