Install the gist package
This commit is contained in:
parent
43d7cc74b0
commit
0b559b88c3
@ -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
|
||||||
|
3
init.el
3
init.el
@ -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 ()
|
||||||
|
Loading…
Reference in New Issue
Block a user