mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Re-indent line
This commit is contained in:
parent
0e65f05bbb
commit
d08a72e19a
|
|
@ -122,7 +122,7 @@ This heading is appended to a file when another links to it.")
|
|||
(insert (format "- %s\n" origin-link))
|
||||
;; delete duplicate links
|
||||
(when heading-point
|
||||
(delete-duplicate-lines heading-point (point-max) nil nil t)))))
|
||||
(delete-duplicate-lines heading-point (point-max) nil nil t)))))
|
||||
|
||||
(defun denote-link-clear-stale-backlinks ()
|
||||
"Delete backlinks that no longer point to files."
|
||||
|
|
|
|||
Loading…
Reference in a new issue