defunkt / gist.el

Yet another Emacs paste mode, this one for Gist.
549 stars 90 forks source link

Racket - Scheme confusion #40

Closed shriphani closed 11 years ago

shriphani commented 11 years ago

Using M-x gist-buffer on a racket file causes it to be uploaded as a Scheme file.

sigma commented 11 years ago

please provide more context and at least an example, as I have no idea where to start.

First of all, there's no racket-mode by default in emacs, do you use one ? If so, would (add-to-list 'gist-supported-modes-alist (cons 'racket-mode "rkt")) help ?