Skip to content

Commit 096a9ea

Browse files
dubndesyl20bnr
authored andcommitted
Fixed keybinding to helm-cscope-find-calling-this-function
helm-cscope typo fixed
1 parent 08ec6ad commit 096a9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/+tags/cscope/packages.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"Setup `helm-cscope' for MODE"
4949
(spacemacs/set-leader-keys-for-major-mode mode
5050
"gc" 'helm-cscope-find-called-function
51-
"gC" 'helm-cscope-find-calling-this-funtcion
51+
"gC" 'helm-cscope-find-calling-this-function
5252
"gd" 'helm-cscope-find-global-definition
5353
"ge" 'helm-cscope-find-egrep-pattern
5454
"gf" 'helm-cscope-find-this-file

0 commit comments

Comments
 (0)