Update emacs config

This commit is contained in:
mokou 2021-11-17 17:14:37 +01:00
parent e38b71cca9
commit d32515c5d3
2 changed files with 147 additions and 158 deletions

View file

@ -35,12 +35,6 @@
(add-hook 'typescript-mode-hook 'prettier-js-mode)
(add-hook 'typescript-tsx-mode-hook 'prettier-js-mode)
;; Make Monky communicate via cmdserver
(setq monky-process-type 'cmdserver)
;; Map SPC-g-h to monky-status
(map! :map magit-mode-map :leader "g h" 'monky-status)
;; Enable Mercurial support for git-gutter
(setq git-gutter:handled-backends '(git hg))