feat(tools/emacs): Install and configure hound package at cs.tazj.in

This commit is contained in:
Vincent Ambo 2020-05-26 01:49:19 +01:00
parent 4947aa9ab3
commit 991cf97df2
2 changed files with 7 additions and 0 deletions

View file

@ -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)))

View file

@ -51,6 +51,7 @@ let
go-mode
gruber-darker-theme
haskell-mode
hound
ht
hydra
idle-highlight-mode