diff --git a/conf.org b/conf.org index 004150c..2fc0a50 100644 --- a/conf.org +++ b/conf.org @@ -3590,20 +3590,6 @@ The only thing I like about elpy is the interactive shell (:ref-at-new-win . anaconda-mode-find-references-other-window) (:pop-marker-stack . xref-pop-marker-stack) (:doc-at . anaconda-mode-show-doc)) - -;; (defhydra hydra-nav (python-mode-map "M-n" :exit t) -;; "python query commands" -;; ("M-n" anaconda-mode-find-definitions) -;; ("N" anaconda-mode-find-definitions-other-window) - -;; ("a" anaconda-mode-find-assignments) -;; ("A" anaconda-mode-find-assignments-other-window) - -;; ("r" anaconda-mode-find-references) -;; ("R" anaconda-mode-find-references-other-window) - -;; ("b" xref-pop-marker-stack) -;; ("?" anaconda-mode-show-doc)) #+END_SRC *** haskell #+BEGIN_SRC emacs-lisp