Skip to content

Instantly share code, notes, and snippets.

@selman
Created March 8, 2012 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selman/2004015 to your computer and use it in GitHub Desktop.
Save selman/2004015 to your computer and use it in GitHub Desktop.
chrome/chromium edit-server customization
(when (and (require 'edit-server nil t) (daemonp))
(edit-server-start))
(setq edit-server-url-major-mode-alist
'(("github\\|\\(posts\\|questions/\\([0-9]+\\)$\\)" . markdown-mode)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment