From 90c6af74b620ec37df42ea9646dc70fbfd6c3a98 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 20 Aug 2019 17:39:55 +0200 Subject: [PATCH] Replaced ggtags next/prev file with mark. --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 81696df..f2983f8 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-08-19T22:55:02+00:00> +;; Time-stamp: <2019-08-20T15:39:46+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -495,8 +495,8 @@ With argument, do this that many times." :if (executable-find "gtags") :bind (:map ggtags-mode-map - ("C-M-." . ggtags-navigation-next-file) - ("C-M-," . ggtags-navigation-previous-file) + ("C-M-." . ggtags-navigation-next-mark) + ("C-M-," . ggtags-navigation-previous-mark) ) :hook (c++-mode . ggtags-mode)