Appease byte-compiler senpai
This commit is contained in:
parent
ac514d7a0c
commit
6a5bd216e5
12 changed files with 28 additions and 26 deletions
|
@ -52,8 +52,7 @@
|
|||
(:prefix "i"
|
||||
:nv "t" #'markdown-toc-generate-toc
|
||||
:nv "i" #'markdown-insert-image
|
||||
:nv "l" #'markdown-insert-inline-link-dwim
|
||||
:nv "L" #'markdown-insert-reference-link-dwim))))
|
||||
:nv "l" #'markdown-insert-link))))
|
||||
|
||||
|
||||
(def-package! markdown-toc
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
;;; lang/web/test/autoload-html.el -*- lexical-binding: t; -*-
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/web/test/autoload-html.el
|
||||
|
||||
(def-test! encode-entities
|
||||
(should (equal (+web-encode-entities "Hello world")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue