about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index 84e4561..66a6e67 100644 --- a/config.org +++ b/config.org
@@ -230,6 +230,16 @@ wide.
230 (advice-add 'text-scale-adjust :after #'visual-fill-column-adjust)) 230 (advice-add 'text-scale-adjust :after #'visual-fill-column-adjust))
231#+end_src 231#+end_src
232 232
233*** The *Help* window
234
235I want to select the *Help* window by default, so I can easily quit it.
236
237#+begin_src emacs-lisp :noweb-ref settings
238 (setq-default help-window-select t)
239#+end_src
240
241
242
233** Buffers 243** Buffers
234 244
235*** Uniquify buffers 245*** Uniquify buffers