magit/company updates and extensions
[emacs-init.git] / setup / bookmark+.el
index 26c8eb5..9e0f047 100644 (file)
@@ -1 +1,6 @@
 (require 'bookmark+)
+
+(defun g0dil-goto-equivalent-position (other-file)
+  (let ((bk (bookmark-make-record-default t)))
+    (setq bk (bookmark-set-filename bk other-file))
+    (bookmark-jump (cons "" bk))))