summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-15 10:24:21 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-15 10:24:21 +0100
commitb42e526f37276271f1d7ad3d66ccf8ac08dacb24 (patch)
tree87bc26df76d8cc02cee9e5d9137f8a34b1c76d13
parente8eb26b849cd60a64c3965ca1d277ad81f25aea1 (diff)
downloaddotfiles-b42e526f37276271f1d7ad3d66ccf8ac08dacb24.tar.gz
set Man-notify-method
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 93341f05..4cdae16f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -173,6 +173,7 @@ windows side-by-side in the frame."
;; 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-notify-method 'aggressive)
'(after-save-hook '(executable-make-buffer-file-executable-if-script-p))
'(appt-display-diary nil)
'(appt-display-interval 6)