Skip to content

Instantly share code, notes, and snippets.

@orontee
Created March 7, 2013 13:37
Show Gist options
  • Save orontee/5108114 to your computer and use it in GitHub Desktop.
Save orontee/5108114 to your computer and use it in GitHub Desktop.
Emacs configuration memos
; Remove generic mode for JavaScript
(setq generic-extras-enable-list
(append (remove 'javascript-generic-mode generic-default-modes)
generic-mswindows-modes
generic-unix-modes))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment