remove dead code
This commit is contained in:
parent
1304fd71b7
commit
392bf64da0
14
conf.org
14
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
|
||||
|
|
Loading…
Reference in New Issue