summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-04 03:29:31 +0100
committerjao <jao@gnu.org>2022-09-04 03:29:31 +0100
commit46bdf389914dafda40764963c2c89c7496e2aaed (patch)
tree477140e0af8fb387dc68de1095354520e116d030
parent402f03d74926a0138a1aed9c445b9354ae100ddb (diff)
downloadelibs-46bdf389914dafda40764963c2c89c7496e2aaed.tar.gz
elibs-46bdf389914dafda40764963c2c89c7496e2aaed.tar.bz2
oopsies
-rw-r--r--custom/jao-custom-completion.el2
-rw-r--r--lib/themes/jao-themes.el3
2 files changed, 3 insertions, 2 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index 804e049..5026a44 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -254,7 +254,7 @@
(define-key consult-narrow-map (vconcat consult-narrow-key "?")
#'consult-narrow-help)
- (with-eval-after-load "eshell"
+ (with-eval-after-load "esh-mode"
(define-key eshell-mode-map (kbd "C-c h") #'consult-history))
(with-eval-after-load "comint"
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index c8d469e..e9be980 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -1074,11 +1074,12 @@
`((tab-bar (~ header-line))
(telega-button (~ button))
(telega-button-active (~ button))
+ (telega-entity-type-spoiler (c dfg dbg))
(telega-msg-heading (p f00))
(telega-msg-self-title (p f01))
(telega-root-heading (p hilite))
(textsec-suspicious (~ default) bx)
- (term (~ default))
+ (term (c dfg dbg))
(tool-bar (~ default))
(tooltip :family ,jao-themes--face-family (c nil "lightyellow")
:height 0.9)