Skip to content

Commit

Permalink
Added 'cython-mode'
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed May 31, 2014
1 parent 8e053d2 commit 789c1aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rc/rc-languages.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@

(use-package cython-mode
:ensure cython-mode
:commands cython-mode)
:commands cython-mode
:config (add-hook 'cython-mode-hook
(lambda ()
;; same bug for cython, damit!
(remove-hook 'completion-at-point-functions
'py-shell-complete t))))

;; Erlang

Expand Down

0 comments on commit 789c1aa

Please sign in to comment.