Indentation is now buffer-local

master
Jacopo De Simoi 3 months ago
parent 50564053ca
commit 076af7d6aa
  1. 8
      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:

Loading…
Cancel
Save