Fix issue "counsel-gtags command doesn't work in c-c++ layer

* [#10031] Fix issue "counsel-gtags command doesn't work in c-c++ layer"

https://github.com/syl20bnr/spacemacs/issues/10031
This commit is contained in:
kekenow 2018-05-23 10:59:22 +08:00 committed by Sylvain Benner
parent dc97c3c4c7
commit 7a3c5c1ab2
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ Otherwise does nothing."
;; "gG" 'helm-gtags-dwim-other-window
;; "gi" 'helm-gtags-tags-in-this-function
;; "gl" 'helm-gtags-parse-file
"gn" 'counsel-gtags-next-history
"gp" 'counsel-gtags-previous-history
"gn" 'counsel-gtags-go-forward
"gp" 'counsel-gtags-go-backward
"gr" 'counsel-gtags-find-reference
;; "gR" 'helm-gtags-resume
;; "gs" 'helm-gtags-select