From 3a116a02cfe546d87b30501b4c5b18c1b12c009f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 May 2021 14:50:57 -0400 Subject: Enable ragged right when typesetting man pages --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d') 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)))) -- cgit v1.2.1