diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-19 15:40:57 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-19 15:40:57 +0100 |
commit | 0a56b90e7f2876269ac8fb7b62b33a91c137f696 (patch) | |
tree | d821ee449309df1b2d5663bf83c6885b3ccbbf5a /.config/emacs/org/config.org | |
parent | torified newsboat (diff) | |
download | dotfiles-bsd-0a56b90e7f2876269ac8fb7b62b33a91c137f696.tar.gz dotfiles-bsd-0a56b90e7f2876269ac8fb7b62b33a91c137f696.tar.bz2 dotfiles-bsd-0a56b90e7f2876269ac8fb7b62b33a91c137f696.tar.xz dotfiles-bsd-0a56b90e7f2876269ac8fb7b62b33a91c137f696.tar.zst dotfiles-bsd-0a56b90e7f2876269ac8fb7b62b33a91c137f696.zip |
update
Diffstat (limited to '.config/emacs/org/config.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) |