From d61de4b7a5d3fc364d578323305e7e8002648556 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 11 Jul 2020 20:52:07 +0200 Subject: [PATCH] Globally disable `semantic-idle-summary-mode' It's interfering with `eldoc-mode' when programming Python, and likely not necessary globally. Enable it for particular modes when needed. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index f9ed717..8591af3 100644 --- a/init.el +++ b/init.el @@ -2695,8 +2695,7 @@ With given ARG, display files in `db/important-document-path’." :commands (semantic-mode) :init (setq semantic-default-submodes '(global-semantic-idle-scheduler-mode - global-semanticdb-minor-mode - global-semantic-idle-summary-mode)) + global-semanticdb-minor-mode)) :config (progn (require 'semantic/ia) (require 'semantic/bovine/el)