Created
June 15, 2010 00:04
-
-
Save underhilllabs/438503 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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