mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Remove python setup
It's been commented out and accidentally commited, and is due for removal.
This commit is contained in:
parent
0317d623b0
commit
3a64b8a825
15
init.org
15
init.org
@ -1268,21 +1268,6 @@
|
|||||||
(local-set-key (kbd "C-c b") 'insert-markdown-inline-math-block)) t)
|
(local-set-key (kbd "C-c b") 'insert-markdown-inline-math-block)) t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Python
|
|
||||||
|
|
||||||
# [[http://tkf.github.io/emacs-jedi/released/][Jedi]] offers very nice auto completion for =python-mode=. Mind that it is
|
|
||||||
# dependent on some python programs as well, so make sure you follow the
|
|
||||||
# instructions from the site.
|
|
||||||
|
|
||||||
# #+BEGIN_SRC emacs-lisp
|
|
||||||
# ;; (setq jedi:server-command
|
|
||||||
# ;; (cons "python3" (cdr jedi:server-command))
|
|
||||||
# ;; python-shell-interpreter "python3")
|
|
||||||
# (add-hook 'python-mode-hook 'jedi:setup)
|
|
||||||
# (setq jedi:complete-on-dot t)
|
|
||||||
# (add-hook 'python-mode-hook 'jedi:ac-setup)
|
|
||||||
# #+END_SRC
|
|
||||||
|
|
||||||
** Haskell
|
** Haskell
|
||||||
|
|
||||||
=haskell-doc-mode= is similar to =eldoc=, it displays documentation in
|
=haskell-doc-mode= is similar to =eldoc=, it displays documentation in
|
||||||
|
Loading…
Reference in New Issue
Block a user