File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ You could bind it to <kbd>C-c g</kbd>.
7272## Backend configuration: Git (Default)
7373```
7474 ;; not needed, as Git is default backend.
75- ;; (customize-set-variable 'call-graph-search-backend "Git" )
75+ ;; (customize-set-variable 'call-graph-search-backend 'git )
7676 ;; (customize-set-variable 'call-graph-path-to-git-repo "/workspace/git/$username/repo/")
7777```
7878## Backend configuration: Gnu Global
7979```
8080 ;; install "GNU Global" with universal-ctags support
8181 ;; "cd /path/to/project && gtags"
82- (customize-set-variable 'call-graph-search-backend "Global" )
82+ (customize-set-variable 'call-graph-search-backend 'global )
8383 (customize-set-variable 'call-graph-path-to-global "/home/huming/private/gtags-6.5.7/bin/")
8484```
8585## Common configuration
You can’t perform that action at this time.
0 commit comments