From 2e3862df38335713753940fe251fa173c22e7284 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Jun 2015 05:07:42 -0700 Subject: [PATCH] get rid of annoying helm-gtags bindings. --- dotfiles/emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 80035875..7760168d 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1642,10 +1642,8 @@ window is active in the perspective." (("M-t" . helm-gtags-find-tag) ("M-r" . helm-gtags-find-rtag) ("M-s" . helm-gtags-find-symbol) - ("M-g M-p" . helm-gtags-parse-file) ("C-c <" . helm-gtags-previous-history) - ("C-c >" . helm-gtags-next-history) - ("M-," . helm-gtags-pop-stack)) + ("C-c >" . helm-gtags-next-history)) :init (progn ;;; Enable helm-gtags-mode