Browse Source

upcased a begin_src to see how gitea reads it

master
Marc Pohling 6 years ago
parent
commit
ede6d08d60
1 changed files with 2 additions and 2 deletions
  1. 4
      config.org

4
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.

Loading…
Cancel
Save