Skip to content

Commit

Permalink
python: update anaconda-mode view mode variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
nixmaniack authored and syl20bnr committed Jan 23, 2018
1 parent ec2c5e5 commit 024a59d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layers/+lang/python/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@
"ga" 'anaconda-mode-find-assignments
"gb" 'anaconda-mode-go-back
"gu" 'anaconda-mode-find-references)
(evilified-state-evilify anaconda-mode-view-mode anaconda-mode-view-mode-map

(evilified-state-evilify anaconda-view-mode anaconda-view-mode-map
(kbd "q") 'quit-window)

(spacemacs|hide-lighter anaconda-mode)

(defadvice anaconda-mode-goto (before python/anaconda-mode-goto activate)
Expand Down

0 comments on commit 024a59d

Please sign in to comment.