From 3a64b8a825b26346d2065f289529b88de7b3df9c Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 1 Aug 2017 19:31:51 +0200 Subject: [PATCH] Remove python setup It's been commented out and accidentally commited, and is due for removal. --- init.org | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/init.org b/init.org index e47a43c..5dc52fe 100644 --- a/init.org +++ b/init.org @@ -1268,21 +1268,6 @@ (local-set-key (kbd "C-c b") 'insert-markdown-inline-math-block)) t) #+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-doc-mode= is similar to =eldoc=, it displays documentation in