summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-08 14:50:57 -0400
committerDavid Robillard <d@drobilla.net>2021-05-08 14:51:07 -0400
commit3a116a02cfe546d87b30501b4c5b18c1b12c009f (patch)
tree05c2a288d38025536bf097414a9a01e6a3dfdf3a
parent3944b9f57bbd0c4ebc9ea9b02c6c7286086c67fd (diff)
downloaddotfiles-3a116a02cfe546d87b30501b4c5b18c1b12c009f.tar.gz
dotfiles-3a116a02cfe546d87b30501b4c5b18c1b12c009f.tar.bz2
dotfiles-3a116a02cfe546d87b30501b4c5b18c1b12c009f.zip
Enable ragged right when typesetting man pages
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 3be0f8a..be52026 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -161,6 +161,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
+ '(Man-switches "--nj")
'(auto-revert-interval 1)
'(backup-by-copying t)
'(backup-directory-alist (\` ((".*" \, temporary-file-directory))))