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.