Yet another massive update
This commit is contained in:
parent
ee6ac2095e
commit
d32b9f0dd0
28 changed files with 1124 additions and 601 deletions
|
@ -18,8 +18,9 @@
|
|||
(progn
|
||||
(add-hook 'python-mode-hook 'anaconda-mode)
|
||||
(add-hook 'python-mode-hook 'eldoc-mode)
|
||||
(add-hook! 'anaconda-mode-hook
|
||||
(process-buffer (python-shell-get-or-create-process python-shell-interpreter t nil))))
|
||||
;; (add-hook! 'anaconda-mode-hook
|
||||
;; (process-buffer (python-shell-get-or-create-process python-shell-interpreter t nil)))
|
||||
)
|
||||
:config
|
||||
(progn
|
||||
(bind 'motion anaconda-mode-map "gd" 'anaconda-mode-goto-definitions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue