Move magit-gerrit configuration to use-package
This commit is contained in:
parent
ed1a2a1a73
commit
5f70ba3eed
8
init.el
8
init.el
@ -253,6 +253,10 @@
|
||||
|
||||
(use-package magithub)
|
||||
|
||||
(use-package magit-gerrit
|
||||
:init
|
||||
(setq-default magit-gerrit-remote "gerrit"))
|
||||
|
||||
(use-package ag
|
||||
:bind
|
||||
(("C-x M-a" . ag)
|
||||
@ -289,10 +293,6 @@
|
||||
;; Define aliases
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
||||
;; Magit settings
|
||||
(setq-default magit-gerrit-remote "gerrit")
|
||||
(add-hook 'after-init-hook (lambda () (require 'magit-gerrit)))
|
||||
|
||||
;; Helm settings
|
||||
(setq helm-M-x-fuzzy-match t
|
||||
helm-buffers-fuzzy-matching t
|
||||
|
Loading…
Reference in New Issue
Block a user