gtags: typo fix

This commit is contained in:
Kechao CAI 2019-09-12 22:47:06 +08:00 committed by duianto
parent ab9acc0810
commit 5957303d17
2 changed files with 2 additions and 1 deletions

View File

@ -1625,6 +1625,7 @@ Other:
- Made gtags toggle major mode specific (thanks to Sylvain Benner)
- Fixed issue =counsel-gtags= command doesn't work in c-c++ layer
(thanks to kekenow)
- Fixed a typo by spelling counsel correctly (thanks to kccai)
**** Haskell
- Disabled electric indent for cabal-mode (thanks to Benno Fünfstück)
- Added dante support to haskell layer (thanks to Kyle McKean)

View File

@ -23,7 +23,7 @@
:init
(progn
(setq counsel-gtags-ignore-case t
counse1-gtags-auto-update t)
counsel-gtags-auto-update t)
;; modes that do not have a layer, define here
(spacemacs/counsel-gtags-define-keys-for-mode 'tcl-mode)
(spacemacs/counsel-gtags-define-keys-for-mode 'vhdl-mode)