Commit b2b337b2 authored by Robert Bradshaw's avatar Robert Bradshaw
parents b0f8fee3 8012e5a4
;; Cython mode
(require 'python-mode)
;; Load python-mode if available, otherwise use builtin emacs python package
(when (not(require 'python-mode nil t))
(require 'python))
(add-to-list 'auto-mode-alist '("\\.pyx\\'" . cython-mode))
(add-to-list 'auto-mode-alist '("\\.pxd\\'" . cython-mode))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment