feat(tools/emacs): Install and configure hound package at cs.tazj.in
This commit is contained in:
parent
4947aa9ab3
commit
991cf97df2
2 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,12 @@
|
|||
(eglot-send-changes-idle-time 0.3))
|
||||
|
||||
(use-package ht)
|
||||
|
||||
(use-package hound
|
||||
:custom
|
||||
(hound-host "https://cs.tazj.in")
|
||||
(hound-api-port "443"))
|
||||
|
||||
(use-package hydra)
|
||||
(use-package idle-highlight-mode :hook ((prog-mode . idle-highlight-mode)))
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ let
|
|||
go-mode
|
||||
gruber-darker-theme
|
||||
haskell-mode
|
||||
hound
|
||||
ht
|
||||
hydra
|
||||
idle-highlight-mode
|
||||
|
|
Loading…
Reference in a new issue