From 46bdf389914dafda40764963c2c89c7496e2aaed Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 4 Sep 2022 03:29:31 +0100 Subject: oopsies --- custom/jao-custom-completion.el | 2 +- lib/themes/jao-themes.el | 3 ++- 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) -- cgit v1.2.3