Skip to content

Instantly share code, notes, and snippets.

@tomku
Created May 24, 2012 17:59
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 tomku/2783141 to your computer and use it in GitHub Desktop.
Save tomku/2783141 to your computer and use it in GitHub Desktop.
(defun fix-octave-comments ()
(make-local-variable 'comment-start)
(set 'comment-start "%")
(set 'comment-column 0))
(add-hook 'octave-mode-hook 'fix-octave-comments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment