CsBigDataHub
CsBigDataHub
@alphapapa @seagle0128 Package is also **not** working for some repositories while it's working for `.emacs.d `repo. I have a repository with yaml files and `magit-todos-mode` does not show up in...
> @CsBigDataHub Why did you post under this issue? This issue about Emacs 25.2, which you are not using. @alphapapa , I thought this was relevant here. I am creating...
@razzmatazz any work around for this? Having the same issue on emacs28+nativecomp myself. I prefer this package to lsp for some feature like symbol-rename and jump to a definition imported...
> > @razzmatazz any work around for this? Having the same issue on emacs28+nativecomp myself. I prefer this package to lsp for some feature like symbol-rename and jump to a...
@d1egoaz kubernetes.el package has this functionality. Check this out - https://github.com/kubernetes-el/kubernetes-el/blob/31191bccf759931c2a7f8fe179bd36d0c70de6da/kubernetes-utils.el#L80 https://github.com/kubernetes-el/kubernetes-el/blob/ea81874f0490cea310b09c57718aa0e5c83d578b/kubernetes-evil.el#L56 https://github.com/kubernetes-el/kubernetes-el/blob/76586e13087970d57ee8414c8be950fd7e9e2dc5/kubernetes-modes.el#L45
Thanks @protesilaos, Tested your PR, `Invalid face attribute :background nil` has disappeared. Still seeing `Invalid face attribute :foreground nil` ``` evil-line-move: Buffer is read-only: #Invalid face attribute :foreground nil Invalid...
@protesilaos This is just me pressing `` on `*Messages*` buffer(read-only buffer) , which flashes `warning bell` and `Invalid face attribute :foreground nil` will appear.
Is there a way to find what is casing this message? `toggle-debug-on-error` would not trigger any errors when this message appears.
Thanks again @protesilaos , Found the culprit. Setting both options causes this error. ``` (setq centaur-tabs-set-icons t) (setq centaur-tabs-plain-icons t) ``` Just setting one option fixed it. Went with `(setq...
Thanks @protesilaos