1
0
Fork 0

fix(emacs): add hl-todo configuration

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-31 10:04:32 -05:00
parent 577c1c6533
commit 2345d195ff
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 24 additions and 0 deletions

View file

@ -40,6 +40,7 @@
(straight-use-package 'neotree)
(straight-use-package 'all-the-icons)
(straight-use-package 'git-gutter)
(straight-use-package 'hl-todo)
(straight-use-package '(nano-theme :type git :host github
:repo "rougier/nano-theme"))
@ -147,6 +148,8 @@
(add-hook 'company-mode-hook 'company-box-mode)
(add-hook 'prog-mode-hook #'git-gutter-mode)
(add-hook 'prog-mode-hook #'hl-todo-mode)
(add-hook 'racket-mode-hook #'lsp)
(add-hook 'rustic-mode-hook #'lsp)
(add-hook 'python-mode-hook #'lsp)