Skip to content

Commit

Permalink
Fixed keybinding to helm-cscope-find-calling-this-function
Browse files Browse the repository at this point in the history
helm-cscope typo fixed
  • Loading branch information
dubnde authored and syl20bnr committed Jan 23, 2018
1 parent 08ec6ad commit 096a9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+tags/cscope/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Setup `helm-cscope' for MODE"
(spacemacs/set-leader-keys-for-major-mode mode
"gc" 'helm-cscope-find-called-function
"gC" 'helm-cscope-find-calling-this-funtcion
"gC" 'helm-cscope-find-calling-this-function
"gd" 'helm-cscope-find-global-definition
"ge" 'helm-cscope-find-egrep-pattern
"gf" 'helm-cscope-find-this-file
Expand Down

0 comments on commit 096a9ea

Please sign in to comment.