New package: simple-comment-markup

This commit is contained in:
TEC 2022-09-20 00:37:47 +08:00
parent c9ec605194
commit eac50937e9
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
3 changed files with 27 additions and 0 deletions

3
.gitmodules vendored
View File

@ -40,3 +40,6 @@
[submodule "ox-pluto"]
path = lisp/ox-pluto
url = https://github.com/tecosaur/ox-pluto.git
[submodule "simple-comment-markup"]
path = lisp/simple-comment-markup
url = https://git.tecosaur.net/tec/simple-comment-markup.git

View File

@ -3543,6 +3543,29 @@ lightened versions --- let's do that.
(face-attribute 'default :foreground))))
#+end_src
*** Simple comment markup
#+call: confpkg("!Pkg simple-comment-markup")
I find that every now and then I sprinkle a little markup in code comments. Of
course, this doesn't get fortified as it's ultimately meaningless ... but it
would be nice if it was, just slightly. Surprisingly, I couldn't find a package
for this, so I made one.
#+begin_src emacs-lisp :tangle packages.el
(package! simple-comment-markup :recipe (:local-repo "lisp/simple-comment-markup"))
#+end_src
Let's use both basic Org markup and Markdown code backticks, to cover most
situations decently.
#+begin_src emacs-lisp
(use-package! simple-comment-markup
:hook (prog-mode . simple-comment-markup-mode)
:config
(setq simple-comment-markup-set '(org markdown-code)))
#+end_src
*** Emojify
#+call: confpkg("!Pkg emojify")

@ -0,0 +1 @@
Subproject commit f8ff868684458941ace48eb1e46cdfb967b81c3d