From 9e80b4947902b45381b501b1becfddb49081f7be Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 28 Jun 2022 09:27:55 +0200 Subject: Update --- .config/emacs/org/config.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.config/emacs/org/config.org') diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 43135ec..f7dd039 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -76,7 +76,7 @@ evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers evil-quickscope lsp-mode lsp-ui - ccls + ;; ccls yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-lsp helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile @@ -247,7 +247,7 @@ (evil-mode t) (evil-collection-init 'ibuffer) (evil-collection-init 'magit) - ;; (evil-collection-init 'flymake) + (evil-collection-init 'flymake) (setq evil-emacs-state-cursor '("#b16286" box)) @@ -610,7 +610,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." #+BEGIN_SRC emacs-lisp (require 'lsp-mode) (require 'lsp-ui) - (require 'ccls) + ;; (require 'ccls) (require 'company) (require 'company-box) (require 'yasnippet) @@ -655,8 +655,6 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (require 'lsp-clangd) (setq lsp-clangd-executable "/usr/local/llvm13/bin/clangd") - (add-hook 'c-mode-hook 'lsp-clangd-c-enable) - (add-hook 'c++-mode-hook 'lsp-clangd-c++-enable) ;; (setq ccls-executable "ccls") -- cgit v1.2.3