From 2cf00a921b39b53295546640408542952dc23810 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Mon, 26 Aug 2019 19:03:21 +0200 Subject: [PATCH] Remove project specific settings from general config --- config.org | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config.org b/config.org index 607d860..c67c7f8 100644 --- a/config.org +++ b/config.org @@ -449,17 +449,6 @@ Some basic C-coding settings (style, indentation offset, ...). #+BEGIN_SRC emacs-lisp ;; default coding style (setq c-default-style "linux") - -;; sane indentation offset -(setq c-basic-offset 4) -#+END_SRC - -** Tabs vs spaces - -Tabs are evil. - -#+BEGIN_SRC emacs-lisp -(setq-default indent-tabs-mode nil) #+END_SRC * Undo-tree