Files
doomemacs/core/autoload
Yuri Pieters 5293c460db Refactor doom--help-insert-button
Changes:
- Fixes a bug where opening a file which a buffer was already visiting
didn't raise the buffer.
- The function had unused functionality where it would split a string on
'::' and then search for the text after the first '::' in the buffer;
this has been removed.
- The searching functionality has been replaced with the option to pass
a line number, which the opened buffer will jump to. This is now used by
the part of doom/help-packages that shows the places a package is configured.
- It now fails earlier. If there's an invalid file, it fails at call
time rather than when the button is pressed.
- Add a docstring
2021-01-31 19:11:31 +00:00
..
2020-08-13 22:49:35 -04:00
2020-11-11 01:07:52 -05:00
2020-11-29 14:37:32 -05:00
2021-01-31 19:11:31 +00:00
2021-01-09 02:55:09 -05:00
2020-05-15 01:33:52 -04:00
2020-11-30 23:35:03 -05:00
2020-05-15 01:33:52 -04:00
2020-10-23 14:40:10 +02:00
2020-11-14 13:57:34 -05:00