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