diff options
-rw-r--r-- | lib/themes/jao-themes.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index e9cb6e0..8ce37ca 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -520,7 +520,9 @@ (eshell-ls-special bf (p f10)) (eshell-ls-symlink bf (p f11)) (eshell-ls-unreadable (p dimm)) - (eshell-prompt (p f00))) + (eshell-prompt (p f00)) + (eww-form-text bx bf) + (eww-form-submit (~ button))) `((factor-font-lock-comment (~ font-lock-comment-face)) (factor-font-lock-constructor (~ font-lock-function-name-face)) (factor-font-lock-declaration (~ font-lock-type-face)) |