diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-18 14:52:41 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-18 14:52:41 -0800 |
commit | 29d568baa998d868e51af9c761d6f6954678ea7a (patch) | |
tree | e2958a08e586b48979f6b6d79600dd3f783627bb | |
parent | [Emacs] Move all the configuration related to twitter to it's own file (diff) | |
download | emacs.d-29d568baa998d868e51af9c761d6f6954678ea7a.tar.gz |
[Emacs] Remove dependency for gist.
I don't use it.
-rw-r--r-- | emacs.d/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 75d4474..c3ad0fc 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -197,11 +197,6 @@ (setq geiser-default-implementation 'racket geiser-racket-binary "~/src/devbox/racket/racket-repl.sh"))) -(use-package gist - ;; interface to gist.github.com - :ensure t - :bind ("C-c G" . gist-region-or-buffer)) - (use-package go-mode ;; support for go :mode (("\\.go\\'" . go-mode)) |