Remove the gist and github-notifier packages
I no longer use these services, at least not extensively enough to have these installed.
This commit is contained in:
parent
3a4ed53c8a
commit
c62c1ac457
@ -2043,23 +2043,6 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
|
|||||||
(password-store-get "wikemacs.org" "password"))))
|
(password-store-get "wikemacs.org" "password"))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Display unread GitHub notification count in the mode line
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package github-notifier
|
|
||||||
:after
|
|
||||||
id-manager
|
|
||||||
:config
|
|
||||||
(setq github-notifier-token (gpolonkai/idm-get-password-for-account "GitHub"))
|
|
||||||
(github-notifier-mode))
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** Interact with GitHub gists
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package gist)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** An Emacs Dashboard
|
** An Emacs Dashboard
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -90,12 +90,10 @@
|
|||||||
forge
|
forge
|
||||||
form-feed
|
form-feed
|
||||||
ggtags
|
ggtags
|
||||||
gist
|
|
||||||
git-gutter-fringe
|
git-gutter-fringe
|
||||||
git-messenger
|
git-messenger
|
||||||
git-timemachine
|
git-timemachine
|
||||||
gitconfig-mode
|
gitconfig-mode
|
||||||
github-notifier
|
|
||||||
gitignore-mode
|
gitignore-mode
|
||||||
gitlab-ci-mode
|
gitlab-ci-mode
|
||||||
gitlab-ci-mode-flycheck
|
gitlab-ci-mode-flycheck
|
||||||
|
Loading…
Reference in New Issue
Block a user