magit/company updates and extensions
[emacs-init.git] / setup / bookmark+.el
1 (require 'bookmark+)
2
3 (defun g0dil-goto-equivalent-position (other-file)
4   (let ((bk (bookmark-make-record-default t)))
5     (setq bk (bookmark-set-filename bk other-file))
6     (bookmark-jump (cons "" bk))))