Monky?
This commit is contained in:
parent
89de332365
commit
6c34e9b91e
3 changed files with 46 additions and 1 deletions
|
|
@ -788,6 +788,19 @@
|
|||
(global-set-key (kbd "C-x g") 'magit-status)
|
||||
|
||||
|
||||
;; =================================================================
|
||||
;; Mercurial stuff
|
||||
;; =================================================================
|
||||
;; I remove Hg from VC-mode because it is SO SLOW.
|
||||
(setq vc-handled-backends (remove 'Hg vc-handled-backends))
|
||||
;; But I have monky enabled so I can use it instead.
|
||||
(use-package monky
|
||||
:ensure
|
||||
:config
|
||||
(setq monky-process-type 'cmdserver)
|
||||
:bind
|
||||
("C-x h" . monky-status))
|
||||
|
||||
;; =================================================================
|
||||
;; Shell stuff
|
||||
;; =================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue