summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-11-26 02:02:37 +0000
committerjao <jao@gnu.org>2023-11-26 02:02:37 +0000
commit957d77f523402d1af239c64b853d2d1b6a2bc65e (patch)
tree5be760ce1ed145acdbcd83b65fe3f3bbee0b6f98
parent9c7b1267942f1c4b11d86f3fe3275ae7fd0d7eb7 (diff)
downloadelibs-957d77f523402d1af239c64b853d2d1b6a2bc65e.tar.gz
elibs-957d77f523402d1af239c64b853d2d1b6a2bc65e.tar.bz2
nits
-rw-r--r--init.el1
-rw-r--r--lib/themes/jao-light-theme.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index ab77d0a..a155dcd 100644
--- a/init.el
+++ b/init.el
@@ -2587,6 +2587,7 @@
(define-key global-map (kbd "C-c C-t") telega-prefix-map)
(setq telega-chat-show-avatars nil
telega-chat-prompt-format ">> "
+ telega-completing-read-function #'completing-read
telega-root-show-avatars nil
telega-emoji-use-images nil
telega-temp-dir "/tmp/telega"
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index d88121a..afbba3d 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -97,7 +97,7 @@
(gnus-summary-selected (c green) nbf)
(gnus-summary-cancelled (c "sienna3" nil) st)
(header-line (c dark-gray bg-lightest) nbf
- :box (:line-width (1 . 5) :color "grey90"))
+ :box (:line-width 1 :color "grey90"))
(magit-diff-context-highlight (c nil yellow) ex)
(magit-diff-hunk-heading-highlight (c nil hl) it bf)
(mode-line (c "grey20") nbf :box (:line-width 1 :color "grey80"))