Allen Wang

Results 2 comments of Allen Wang

Hi, I ran into this exact problem. Just want to ask, can we remove the aforementioned`(doom-darken vc-added 0.2)` in the base theme? First of all there is no guarantee the...

Looking at `evil-integration.el`, I think this should do? ```elisp (mapc #'evil-declare-change-repeat '(acm-complete acm-insert-common)) (mapc #'evil-declare-ignore-repeat '(acm-doc-scroll-down acm-doc-scroll-up acm-doc-toggle acm-filter acm-hide acm-select-first acm-select-last acm-select-next acm-select-prev)) ``` I still get "lingering" completion...