Ybenel@alien.topOPBtoEmacs@communick.news•Emacs natively on Wayland (PGTK) is slower than on Xwayland (Lucid) Also fonts are not looking good on both (but good on X).English
1·
1 year agoI’m using highlight-indent-guides
(use-package! highlight-indent-guides
:init
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode)
(setq highlight-indent-guides-method 'character
highlight-indent-guides-delay 0
highlight-indent-guides-responsive 'stack
highlight-indent-guides-auto-enabled nil))
if you have configured lsp for js html and css it should handle running 3 language servers simultaneously for auto completion. like if you open an html file that includes css and J’s it would run js and css LS