ambevar-dotfiles/.emacs.d/mode-octave.el

5 lines
123 B
EmacsLisp
Raw Normal View History

;; Set comments to be '%' to be matlab-compatible.
(set (make-local-variable 'comment-start) "% ")
(provide 'mode-octave)