remove dead code

This commit is contained in:
ndwarshuis 2019-04-19 14:21:43 -04:00
parent 1304fd71b7
commit 392bf64da0
1 changed files with 0 additions and 14 deletions

View File

@ -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