From 2756f3be7f51c60b6f263dfd62b7fc3e296876a2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 31 Jul 2016 20:42:10 -0700 Subject: [emacs] add package gist for emacs. I want to be able to create/list gists from emacs. Closes #8 --- emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d') 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 -- cgit 1.4.1