Skip to content

Instantly share code, notes, and snippets.

@underhilllabs
Created June 15, 2010 00:04
Show Gist options
  • Save underhilllabs/438503 to your computer and use it in GitHub Desktop.
Save underhilllabs/438503 to your computer and use it in GitHub Desktop.
;; automatically set scheme-mode when opening a scheme file
(add-to-list 'auto-mode-alist '("\\.scm$" . scheme-mode))
;;; add gist mode, easily send region to github gist
;;; also retrieve list of gists in a buffer, select one and download into another buffer.
(add-to-list 'load-path "~/.emacs.d/vendor/gist.el")
(require 'gist)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment