X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=python%2Finit_python.el;h=b238fcfcce54923fd5af64958b5600343b076836;hb=e65c852bf3affe8d97a5d1122e5a44ff2baf2cc7;hp=38131c7e725db8b717c9ee60771b76111281e897;hpb=61cf5b5991669543f8710999aedd1d6b69972ae5;p=emacs-init.git diff --git a/python/init_python.el b/python/init_python.el index 38131c7..b238fcf 100644 --- a/python/init_python.el +++ b/python/init_python.el @@ -10,7 +10,7 @@ (define-key py-mode-map (kbd "RET") 'newline-and-indent) ;(define-key py-mode-map [tab] 'yas/expand) ;(setq yas/after-exit-snippet-hook 'indent-according-to-mode) - (smart-operator-mode-on) + ;(smart-operator-mode-on) )) ;; pymacs (autoload 'pymacs-apply "pymacs") @@ -192,5 +192,3 @@ is ignored (Those are the file local variables and local words)." (flyspell-mode t)) (provide 'init_python) - -