doomemacs/modules
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
..
app fix(rss): unbalanced parens in map! 2022-01-31 01:19:11 +01:00
checkers tweak(spell): remove RET keybind for +spell/correct 2022-01-03 16:51:51 +01:00
completion fix(vertico): let C-c C-e run existing embark-after-export-hook 2022-01-30 20:42:05 +01:00
config bump: :config default 2022-02-02 01:58:55 +01:00
editor fix(evil): +evil/next-preproc-statement -> +evil/next-preproc-directive 2022-02-10 04:07:16 +01:00
emacs bump: :emacs undo 2022-02-09 04:55:14 +01:00
email nit: fix several documentation typos 2022-01-10 02:21:49 +01:00
input tweak!(layout): bepo -> vanilla i_ctrl-* keys 2022-02-09 20:36:42 +01:00
lang fix(org): better-jumper support for more links 2022-02-10 21:07:20 +01:00
os bump: :app :checkers :config :emacs :term :tools :ui 2021-09-15 17:47:17 +02:00
term refactor(vterm): remove +vterm--change-directory-if-remote 2022-01-30 02:41:02 +01:00
tools fix(magit,org): show fringe in org-roam side window 2022-02-06 03:27:08 +01:00
ui tweak(popup): 7% bigger help popups by default 2022-02-01 18:56:16 +01:00
.gitignore nit: add license, gitignore, & source.el to modules 2021-11-04 01:15:15 +01:00
LICENSE nit: add license, gitignore, & source.el to modules 2021-11-04 01:15:15 +01:00
source.el nit: add license, gitignore, & source.el to modules 2021-11-04 01:15:15 +01:00