diff options
author | Alan Pearce | 2017-12-21 21:13:18 +0100 |
---|---|---|
committer | Alan Pearce | 2017-12-21 21:13:18 +0100 |
commit | b77dc298d7c0d51ee679ca7387effb77a4978bfc (patch) | |
tree | 423f138cffbb31d5f04e40b486a4a9a16a7027d4 | |
parent | e165fef6030a5c131261a2d11794427355f23a46 (diff) | |
download | nixfiles-b77dc298d7c0d51ee679ca7387effb77a4978bfc.tar.lz nixfiles-b77dc298d7c0d51ee679ca7387effb77a4978bfc.tar.zst nixfiles-b77dc298d7c0d51ee679ca7387effb77a4978bfc.zip |
Emacs: Remove magithub
Not all that useful
-rw-r--r-- | emacs/.emacs.d/main.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index bd687056..d738aeff 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -627,14 +627,6 @@ (add-to-list 'magit-no-confirm 'safe-with-wip)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) -;;;;; magithub - -(use-package magithub - :after magit - :config (progn - (magithub-feature-autoinject t) - (setq magithub-cache-refresh-seconds-plist '(:issues 600 :ci-status 180 t 120)))) - ;;;;; git-messenger ;; Popup the last commit that changed the line at point. |