General refactor & docstring updates
This commit is contained in:
parent
11dc929355
commit
cd7ab060e0
5 changed files with 17 additions and 27 deletions
|
@ -92,7 +92,7 @@
|
|||
;; --- evil hacks -------------------------
|
||||
(defvar +evil-esc-hook '(t)
|
||||
"A hook run after ESC is pressed in normal mode (invoked by
|
||||
`evil-force-normal-state'). If a hook returns non-nil, all hooks after it are
|
||||
`evil-force-normal-state'). If any hook returns non-nil, all hooks after it are
|
||||
ignored.")
|
||||
|
||||
(defun +evil*attach-escape-hook ()
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
;;; lang/web/autoload/html.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defvar +web-entities-list
|
||||
[[" " " "] [" " " "] [" " " "] [" " " "]
|
||||
["‏" ""] ["‎" ""] ["‍" ""] ["‌" ""]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue