From 4f53426911dcd9e8c0d7e14f7fc2529023506e7f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 6 Jun 2013 10:02:02 +0900 Subject: [PATCH] change man-notify-method --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index c5202c5..31f05fd 100644 --- a/emacs.el +++ b/emacs.el @@ -929,7 +929,7 @@ If called intearctively, find word at point." (setq truncate-lines nil))) (setq Man-notify-method (if window-system 'newframe - 'pushy)) + 'aggressive)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; python