fix(emacs): lsp

This commit is contained in:
luxzi 2024-07-28 20:20:19 -04:00
parent 65690b4e80
commit 8956c6fd0e
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53
2 changed files with 4 additions and 1 deletions

View file

@ -53,6 +53,9 @@
(package! catppuccin-theme)
(package! org-view-mode)
(package! org-superstar)
(package! lsp-ui)
(setq lsp-log-io t)
(add-hook 'org-mode-hook
(lambda ()
(org-superstar-mode 1)))