You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jump to symbols in an emacs buffer using ido.
to use do something like:
(add-to-list 'load-path "~/.emacs.d/el/ido-goto-buffer-tag/")
(when (require 'ido-goto-buffer-tag nil t) (global-set-key (kbd "C-c i") 'ido-goto-buffer-tag))