From b19c761e2ad160c31de6ae01518299e9249fbcde Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Tue, 10 Apr 2018 21:45:53 -0500 Subject: Correct format lsp-ui-peek is part of lsp-ui and helm-xref should be initialized elsewhere. diff --git a/lisp/ravi-init-cpp.el b/lisp/ravi-init-cpp.el index 3d4463d..4546bbd 100644 --- a/lisp/ravi-init-cpp.el +++ b/lisp/ravi-init-cpp.el @@ -544,7 +544,7 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named :config (progn (setq cquery-executable (ravi/emacs-file "site-lisp/cquery/build/release/bin/cquery")) - (setq cquery-extra-args `(,(expand-file-name "cq.log" (ravi/emacs-file "past")))) ; to do: use relative path + (setq cquery-extra-args `(,(concat "--log-file=" (expand-file-name "cq.log" (ravi/emacs-file "past"))))) ; to do: use relative path (setq cquery-cache-dir ".cquery_cached_index") (setq cquery-extra-init-params '(:index (:comments 2) :cacheFormat "msgpack" :completion (:detailedLabel t))) @@ -557,8 +557,6 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named :ensure t) (use-package lsp-mode :ensure t) (use-package lsp-ui :ensure t) - (use-package lsp-ui-peek :ensure t) - (use-package helm-xref :ensure t) ) :ensure t) ) -- cgit v0.10.1