branch: externals/gtags-mode commit 292edc9795db1a6e9746358294498b53ba2eed89 Author: Jimmy Aguilar Mena <kratsbinov...@gmail.com> Commit: Jimmy Aguilar Mena <kratsbinov...@gmail.com>
Fix right quotes --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 6b30af0505..01c3daf32d 100644 --- a/Readme.md +++ b/Readme.md @@ -36,8 +36,8 @@ or simply ```elisp (unless (fboundp 'gtags-mode) - (autoload #´gtags-mode "gtags-mode" nil t)) -(add-hook 'emacs-startup-hook #´gtags-mode) + (autoload #'gtags-mode "gtags-mode" nil t)) +(add-hook 'emacs-startup-hook #'gtags-mode) ``` There are only 3 extra commands that the user may need to know: