|
|
|
|
@ -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: |
|
|
|
|
|