From b347995bf6202589576e8b11b8eb24a9919d1d89 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sat, 5 May 2018 19:54:00 +0200 Subject: [PATCH] caps.. --- config.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.org b/config.org index deb8cac..9eeb124 100644 --- a/config.org +++ b/config.org @@ -192,25 +192,25 @@ ** Misc UTF-8 please -#+begin_src emacs-lisp +#+BEGIN_SRC emacs-lisp (setq locale-coding-system 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (set-selection-coding-system 'utf-8) (prefer-coding-system 'utf-8) -#+end_src +#+END_SRC Turn off blinking cursor -#+begin_src emacs-lisp +#+BEGIN_SRC emacs-lisp (blink-cursor-mode -1) -#+end_src +#+END_SRC -#+begin_src emacs-lisp +#+BEGIN_SRC emacs-lisp (show-paren-mode t) (column-number-mode t) (setq uniquify-buffer-name-style 'forward) -#+end_src +#+END_SRC Avoid tabs in place of multiple spaces (they look bad in TeX) and show empty lines