summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index b08a120..bb3c31e 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -25,6 +25,7 @@
flyspell
geiser
go-eldoc
+ gist
go-mode
helm
magit
@@ -267,6 +268,8 @@ Return the new window for BUFFER."
;; (use-package python
(add-to-list 'auto-mode-alist '("\\.aurora\\'" . python-mode))
;; :mode ("BUILD\\|\\(\\.\\(py\\|aurora\\)\\)$" . python-mode)
+;; configuration for gist
+(require 'gist)
;; configuration for racket