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.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index 9b42bb7..45062e3 100644 --- a/config.org +++ b/config.org
@@ -2170,6 +2170,12 @@ At work, I need to tell Emacs where Firefox is.
2170 (add-to-list 'exec-path "C:/Program Files/Mozilla Firefox") 2170 (add-to-list 'exec-path "C:/Program Files/Mozilla Firefox")
2171#+end_src 2171#+end_src
2172 2172
2173*** SHR
2174
2175#+begin_src emacs-lisp :noweb-ref settings
2176 (setq-default shr-max-width fill-column)
2177#+end_src
2178
2173** Dired 2179** Dired
2174 2180
2175#+begin_src emacs-lisp :noweb-ref hooks 2181#+begin_src emacs-lisp :noweb-ref hooks