Skip to content

Commit 2d8d2c0

Browse files
authored
Update README.md
1 parent 38cb7a4 commit 2d8d2c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)