Skip to content

Commit

Permalink
* layers/+lang/python/packages.el: Bind jump back on major mode init …
Browse files Browse the repository at this point in the history
…function (#16718)
  • Loading branch information
sunlin7 authored Dec 14, 2024
1 parent 80e15c8 commit 77c3fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+lang/python/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
(spacemacs/set-leader-keys-for-major-mode 'python-mode
"hh" 'anaconda-mode-show-doc
"ga" 'anaconda-mode-find-assignments
"gb" 'xref-pop-marker-stack
"gu" 'anaconda-mode-find-references)
;; new anaconda-mode (2018-06-03) removed `anaconda-view-mode-map' in
;; favor of xref. Eventually we need to remove this part.
Expand Down Expand Up @@ -396,6 +395,7 @@
"cc" 'spacemacs/python-execute-file
"cC" 'spacemacs/python-execute-file-focus
"db" 'spacemacs/python-toggle-breakpoint
"gb" 'xref-pop-marker-stack
"ri" 'spacemacs/python-remove-unused-imports
"sB" 'spacemacs/python-shell-send-buffer-switch
"sb" 'spacemacs/python-shell-send-buffer
Expand Down

0 comments on commit 77c3fa5

Please sign in to comment.