Commit graph

32 commits

Author SHA1 Message Date
Étienne Deparis 3b4bcc568c Avoid warning while byte-compiling 2020-11-20 21:54:13 +01:00
Étienne Deparis f902cf1790 Improve preformatted block rendering by highlighting the whole block 2020-11-20 21:53:52 +01:00
Étienne Deparis 844352134c Improve a lot links rendering and allow browsing over link lines
This commit add a new optional dependency on elpher to browse gemini:// links
2020-11-20 21:44:54 +01:00
Étienne Deparis f52f23f4e4 Allow customization of the list items face 2020-11-20 21:43:28 +01:00
Étienne Deparis dba9c8f760 Improve a little current highlights regexps 2020-11-20 21:41:29 +01:00
Étienne Deparis c132da9991 Fix gemini-heading-rest-regexp overwritting heading-level-3 2020-11-20 21:38:47 +01:00
Étienne Deparis 5a60ca31b3 Load visual-fill-column if it is available 2020-11-20 21:35:56 +01:00
Jason McBrayer d114bacfb1 Merge branch 'master' of carcosa.net:jmcbray/gemini.el 2020-08-13 10:25:21 -04:00
Nolan Prescott bc450ecd92 enclose visual-fill-column-mode in condition body
call to enable visual-fill-column-mode was contained in featurep
"subfeature" list instead of "when" body and triggered an error in the
case that visual fill column mode was not installed
2020-08-13 10:24:46 -04:00
Jason McBrayer 3aeb8f2f60 Remove invalid subheadings from README 2020-07-11 13:59:41 -04:00
Jason McBrayer 09bd4cafe7 Add support for quoted text 2020-06-15 07:34:41 -04:00
Jason McBrayer 8ad9cba802 Fix a byte-compile warning 2020-06-15 07:31:23 -04:00
Jason McBrayer d2b6804043 Reverse previous commit
visual-fill-column-mode only works correctly with visual-line-mode enabled,
not disabled.
2020-06-09 14:45:58 -04:00
Jason McBrayer b31dbc594e visual-fill-column-mode fix
Be sure to turn off visual-line-mode when using visual-fill-column-mode
2020-06-09 14:42:32 -04:00
Jason McBrayer e65306d9a8 Use `visual-fill-column-mode' if available. 2020-06-09 14:40:15 -04:00
Jason McBrayer 32c433868f Fix packaging issues, add COPYING file 2020-06-09 14:29:01 -04:00
Jason McBrayer e8f69cad28 Add gemini-insert-list-item 2020-05-29 10:33:55 -04:00
Jason McBrayer e13e4179e9 Bump minor version 2020-05-29 08:58:59 -04:00
Jason McBrayer c922b44715 Merge branch 'master' of carcosa.net:jmcbray/gemini.el 2020-05-29 08:58:12 -04:00
Jason McBrayer b8d66ead9b Add Tastytea to authors list 2020-05-29 08:57:54 -04:00
Jason McBrayer cacf9a4c9e Merge branch 'insert-link' of tastytea/gemini.el into master 2020-05-29 08:56:00 -04:00
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