From fa98d79bf4021885512526c8eda9cf46230a33a6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 26 Dec 2017 23:34:17 -0500 Subject: [PATCH] lang/cc: rtags-completions-enabled = nil #305 --- modules/lang/cc/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index 7894de1d5..2fed3728f 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -197,6 +197,7 @@ compilation database is present in the project.") :config (setq rtags-autostart-diagnostics t rtags-use-bookmarks nil + rtags-completions-enabled nil ;; If not using ivy or helm to view results, use a pop-up window rather ;; than displaying it in the current window... rtags-results-buffer-other-window t