From ede6d08d60d277ebe725866a2b31d53df67a488c Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sat, 5 May 2018 19:48:38 +0200 Subject: [PATCH] upcased a begin_src to see how gitea reads it --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 494f735..c4cd820 100644 --- a/config.org +++ b/config.org @@ -213,10 +213,10 @@ Avoid tabs in place of multiple spaces (they look bad in TeX) and show empty lines -#+begin_src emacs-lisp +#+BEGIN_SRC emacs-lisp (setq-default indent-tabs-mode nil) (setq-default indicate-empty-lines t) -#+end_src +#+END_SRC Smooth scrolling. Emacs tends to be jumpy, this should change it.