Install the gist package

This commit is contained in:
Gergely Polonkai 2016-11-18 15:19:15 +01:00
parent 43d7cc74b0
commit 0b559b88c3
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,7 @@
focus focus
form-feed form-feed
ggtags ggtags
gist
git-gutter-fringe git-gutter-fringe
git-messenger git-messenger
git-timemachine git-timemachine

View File

@ -954,6 +954,9 @@
(setq github-notifier-token (gpolonkai/idm-get-password-for-account "GitHub")) (setq github-notifier-token (gpolonkai/idm-get-password-for-account "GitHub"))
(github-notifier-mode)) (github-notifier-mode))
(use-package gist
:ensure t)
;; `c-mode' settings ;; `c-mode' settings
(add-hook 'c-mode-common-hook (add-hook 'c-mode-common-hook
(lambda () (lambda ()