diff options
author | Alan Pearce | 2017-03-13 16:47:21 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-13 16:47:21 +0100 |
commit | 60dee6cff223ed034e831e4a436d1c23e1414250 (patch) | |
tree | 62272d0a77e61c5b5ec577befc9d5f048c86c2db | |
parent | 45be6875af2faa73f447f7f1cffcaf6cd8ad2abe (diff) | |
download | nixfiles-60dee6cff223ed034e831e4a436d1c23e1414250.tar.lz nixfiles-60dee6cff223ed034e831e4a436d1c23e1414250.tar.zst nixfiles-60dee6cff223ed034e831e4a436d1c23e1414250.zip |
Emacs: Remove magithub
-rw-r--r-- | tag-emacs/emacs.d/init.org | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 7ae0092e..f7de8888 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -554,13 +554,6 @@ time. Make sure to set it up with a nice =completing-read-function= global-magit-file-mode nil) (add-to-list 'magit-no-confirm 'safe-with-wip)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) - -(use-package magithub - :after magit - :pin melpa - :config (progn - (magithub-feature-autoinject t) - (setq magithub-cache-refresh-seconds-plist '(:issues 600 :ci-status 180 t 120)))) #+END_SRC ** git-timemachine |