From 0a56b90e7f2876269ac8fb7b62b33a91c137f696 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 19 Jan 2021 15:40:57 +0100 Subject: update --- .config/emacs/org/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/emacs/org/config.org') diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 0ab389b..3e31289 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -558,7 +558,6 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." *** all the icons #+BEGIN_SRC emacs-lisp -(require 'font-lock) (require 'font-lock+) (require 'all-the-icons) (load "all-the-icons-dired.el") @@ -697,7 +696,8 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." ;; References whose filenames are under this project (setq company-transformers nil company-lsp-async t company-lsp-cache-candidates nil) - (setq ccls-sem-highlight-method 'font-lock) + (setq ccls-sem-highlight-method 'overlay) + (ccls-use-default-rainbow-sem-highlight) (setq lsp-enable-indentation nil) (setq lsp-completion-enable t) (setq lsp-headerline-breadcrumb-enable nil) -- cgit v1.2.3