branch: externals/poke
commit 7851b82ef7ae9cfdadd8287143f18b689857a375
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>
poke.el: require subr-ex
* emacs/poke.el (poke-styling-faces): Handle styling classes
"error" and "warning".
(poke-warning-face): Define.
(poke-error-face): Likewise.
(poke_el_banner): Define and invoke at startup.
* .x-sc_unmarked_diagnostics: Add emacs/poke.el.
---
poke.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/poke.el b/poke.el
index a442099db4..7461a939ec 100644
--- a/poke.el
+++ b/poke.el
@@ -46,6 +46,7 @@
;;; Code:
(require 'comint)
+(require 'subr-x)
;;;; First, some utilities