projects
/
emacs-init.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
final tt updates
[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))))