diff options
-rw-r--r-- | custom/jao-custom-completion.el | 2 | ||||
-rw-r--r-- | 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) |