From 760bb8d2137924411838248d9841a4c58f947538 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 9 Apr 2020 15:58:32 +0200 Subject: [PATCH] Removed global aggressive indent mode --- org/config/spacemacs.org | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index 8896c09..4188321 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -2094,17 +2094,6 @@ (setq edit-server-default-major-mode 'org-mode) #+END_SRC - I also want to have by default some aggressive indentation in my source - files. Let’s enable that: - #+BEGIN_SRC emacs-lisp - (global-aggressive-indent-mode 1) - #+END_SRC - However, I do not wish to see it activated for Dart mode, so let’s exclude - it: - #+BEGIN_SRC emacs-lisp - (add-to-list 'aggressive-indent-excluded-modes 'dart-mode) - #+END_SRC - *** Hooks :PROPERTIES: :CUSTOM_ID: h-a895c541-505f-4dc2-8eac-d1fbc45e2512