python.el 203 B

1234
  1. ;; TODO: Fix `File mode specification error: (void-function yasnippet-snippets--fixed-indent)'
  2. (remove-hook 'python-mode-hook 'yasnippet-snippets--fixed-indent)
  3. (setq python-shell-interpreter "python3")