fix(emacs): add hl-todo
configuration
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
577c1c6533
commit
2345d195ff
2 changed files with 24 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue