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:
Gergely Polonkai 2021-03-18 06:08:11 +01:00
parent 3a4ed53c8a
commit c62c1ac457
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 0 additions and 19 deletions

View File

@ -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

View File

@ -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