Files
doomemacs/modules/lang
Henrik Lissner 8179dc641e fix(org): better-jumper support for more links
Doom sets jump points before following most org links. This allows you
to jump back to where you were afterwards using
C-o (better-jumper-jump-backward) or forward with
C-i (better-jumper-jump-forward). It does this by setting a jump point
on the org-open-at-point-functions hook.

However, not all org links' :follow handlers trigger this hook (like id:
or roam: links), and you can get around it by triggering link opener
handlers directly (with M-x org-goto). Most of these link openers use
org-mark-ring-push to record jump points in org's own jumplist, so
advising it to call better-jumper-set-jump should address more of these
fringe cases.

Fix: #6098
2022-02-10 21:07:20 +01:00
..
2021-07-11 17:52:08 -04:00
2022-01-13 21:49:16 +01:00
2021-11-20 00:55:24 +01:00
2021-12-15 22:32:21 +01:00
2021-09-15 01:22:33 +02:00
2022-01-14 01:03:10 +01:00
2021-02-25 10:46:46 -05:00
2021-08-03 01:51:31 -04:00
2022-01-05 04:02:30 +01:00
2021-07-11 17:52:08 -04:00
2021-10-18 12:09:42 +02:00
2021-09-15 01:22:33 +02:00
2021-07-11 17:52:08 -04:00
2021-09-15 01:22:33 +02:00
2022-01-03 16:51:51 +01:00
2021-07-11 17:52:08 -04:00
2021-09-15 01:22:33 +02:00
2021-11-24 13:08:34 +01:00
2021-07-11 17:52:08 -04:00
2021-09-15 01:22:33 +02:00
2022-02-02 01:58:18 +01:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00
2021-03-27 18:27:02 -04:00
2021-05-23 11:40:02 +02:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00
2021-02-25 10:46:46 -05:00
2021-10-18 12:09:42 +02:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00
2021-09-15 01:22:33 +02:00