Remove obsolete find-tag commands and bindings

This commit is contained in:
contrapunctus 2022-01-15 10:05:51 +05:30
parent f56f8fe182
commit c0adf42577
1 changed files with 0 additions and 20 deletions

View File

@ -3350,26 +3350,6 @@ Don't try to check if there are files with a certain extension...it will lead to
* Navigation
#+BEGIN_SRC emacs-lisp
;; Vim-style prompt-less tag jumping
;; http://stackoverflow.com/questions/12074897/automatically-jump-to-tag-in-emacs
(global-unset-key (kbd "M-t"))
(defun find-tag-no-prompt-other-window ()
"Jump to the tag at point in the other window without prompting."
(interactive)
(find-tag-other-window (find-tag-default)))
(defun find-tag-no-prompt ()
"Jump to the tag at point without prompting."
(interactive)
(find-tag (find-tag-default)))
(bind-keys
("M-t M-t" . find-tag-no-prompt-other-window)
("M-t M-g" . find-tag-no-prompt)
("M-t M-p" . pop-tag-mark)
("M-t M-f" . find-tag)
("M-t M-s" . tags-search)
("M-t M-c" . tags-loop-continue))
;; (require 'view)
;; (cp-set-keys
;; :bindings