diff options
Diffstat (limited to '.config/emacs/org')
-rw-r--r-- | .config/emacs/org/config.org | 4 |
1 files changed, 2 insertions, 2 deletions
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) |