From 076af7d6aa818fa11cea04e844f86e4073a3a213 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 21 Dec 2025 10:17:49 -0500 Subject: [PATCH] Indentation is now buffer-local --- global.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/global.org b/global.org index d017d73..25a3273 100644 --- a/global.org +++ b/global.org @@ -42,8 +42,6 @@ * TODO Features to explore ** Study how to implement no-scroll mode -* COMMENT About indentation in this file - This file will be indented with ~org-adapt-indentation~ set to t * TODO Look at tangling at [http://thewanderingcoder.com/2015/02/literate-emacs-configuration/] @@ -70,7 +68,7 @@ * Introduction ** ~setq~ vs ~setq-default~ Some variables are local, others are not; for non buffer-local - variables the two commands are equivalent; for the buffer-local variables, + variables the two commands are equivalent; for buffer-local variables, setq acts on the current buffer, whereas setq-default sets the default value of the variable for buffers that do not have a local value. @@ -3679,3 +3677,7 @@ (with-eval-after-load 'gnus-cite (wilder/fixup-faces) nil) (add-hook 'gnus-art-load-hook #'wilder/fixup-faces) #+end_src + +# Local Variables: +# org-adapt-indentation: t +# End: