diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-07 13:13:15 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-07 14:55:23 -0700 |
commit | 6f4b86c5c8f3cbd2c6908933158a093279299d80 (patch) | |
tree | e84d58cf29586165255a7666d2655cb213eb1a67 | |
parent | feat(gerrit): add transient options for git-push to work with Gerrit (diff) | |
download | emacs.d-6f4b86c5c8f3cbd2c6908933158a093279299d80.tar.gz |
feat(gerrit): load the new library for magit/Gerrit
Change-Id: Ifb8844642e3e61c5e5c1279cb9b669aea6ac55c9 Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/286 Reviewed-by: Franck Cuny <franck@fcuny.net>
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 2706e43..0582745 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -104,6 +104,7 @@ Missing packages are installed automatically." (require 'my-buffers) (require 'my-git-extra) +(require 'my-gerrit) (require 'my-strings) (require 'my-web) (require 'my-work) |