Commit graph

11 commits

Author SHA1 Message Date
tastytea 75aa77ae14
Add insert-link function and keybinding.
Inserts a link with optional link text. If text is selected, use it as
default URL, if it seems to be one and as default text otherwise.

The keybinding C-c C-l is the same that markdown-mode and org-mode use
for this purpose.
2020-05-29 14:16:42 +02:00
Jason McBrayer 9f95ec2dc3 Add list examples to readme 2020-05-28 08:30:07 -04:00
Jason McBrayer 101d02404e Bump minor version 2020-05-28 08:29:52 -04:00
Jason McBrayer 8ec239f383 Merge branch 'add-faces' of tastytea/gemini.el into master
This adds highlighting for preformatting markers and list bullets.
2020-05-28 08:20:14 -04:00
tastytea f42d6b9ccc
Add faces for unordered lists and preformatted lines.
See <gemini://gemini.circumlunar.space/docs/spec-spec.txt> 5.3.3 and
5.4.2.
2020-05-28 10:12:37 +02:00
Jason McBrayer fe4be3ba43 Ran 'checkdoc' and 'package-lint' 2020-05-27 15:07:50 -04:00
Jason McBrayer 7154714bfe Bump patch level 2020-05-27 14:46:42 -04:00
Jason McBrayer 7151441ebe Apply flycheck-package recommendations 2020-05-27 14:43:30 -04:00
Jason McBrayer e9c62ef362 Update package comments so it can actually be installed 2020-05-27 14:28:24 -04:00
Jason McBrayer 90c41c3b4c Add documentation and some basic niceties 2020-05-20 15:07:31 -04:00
Jason McBrayer 05628fa8b6 Initial version
Currently doesn't support preformatted blocks; support for
links is not as good as I want.
2020-05-20 14:57:24 -04:00