From 19a5431e4cf66051b5969ce87dc6749559dc0819 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 8 Jul 2016 11:19:26 -0700 Subject: [PATCH] Disable github-notifier for now --- dotfiles/emacs.d/README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 475556e5..9e4ded0b 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2065,8 +2065,11 @@ This was stolen from https://github.com/jwiegley/dot-emacs github-clone)) #+END_SRC **** github-notifier +This is disabled because it was causing too many issues with my +modeline and with excessive http requests to github. #+BEGIN_SRC emacs-lisp (use-package github-notifier + :disabled t :config (progn (advice-add 'github-notifier-update :around 'imalison:shut-up-around) @@ -3505,7 +3508,8 @@ Ensure all themes that I use are installed: (setq powerline-height 25) (spaceline-helm-mode) - (spaceline-spacemacs-theme 'spaceline-gh-notifier))) + ;; 'spaceline-gh-notifier and 'imalison:muni disabled for now + (spaceline-spacemacs-theme))) #+END_SRC ** window-number #+BEGIN_SRC emacs-lisp