mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
I think this has been fixed by doom-modeline
This commit is contained in:
parent
cc6c21035c
commit
eb765a944f
1 changed files with 6 additions and 6 deletions
|
|
@ -63,12 +63,12 @@
|
|||
(setq ccls-initialization-options
|
||||
'(:index (:trackDependency 1 :threads 32)))
|
||||
|
||||
(with-eval-after-load 'doom-modeline
|
||||
(advice-add #'lsp--progress-status
|
||||
:filter-return
|
||||
#'(lambda (result)
|
||||
(when result
|
||||
(concat (string-replace "%%" "%%%%" result) " ")))))
|
||||
;; (with-eval-after-load 'doom-modeline
|
||||
;; (advice-add #'lsp--progress-status
|
||||
;; :filter-return
|
||||
;; #'(lambda (result)
|
||||
;; (when result
|
||||
;; (concat (string-replace "%%" "%%%%" result) " ")))))
|
||||
|
||||
(when my-ec/at-ti
|
||||
(add-to-list 'exec-path
|
||||
|
|
|
|||
Loading…
Reference in a new issue