From 15aa993b8337097b773c57462dc56d11a6e83d16 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sun, 7 Apr 2024 13:29:46 +0300 Subject: [PATCH 1/2] emacs: telega.el on termux --- .emacs.d/init.el | 31 ++++++++++++++++++++----------- Emacs.org | 33 +++++++++++++++++++++------------ 2 files changed, 41 insertions(+), 23 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5ebf2b0..21740ba 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -786,7 +786,8 @@ Obeys `widen-automatically', which see." :infix "g" "g" #'counsel-mark-ring "G" #'my/counsel-global-mark-ring - "C" #'my/mark-ring-clear) + "C" #'my/mark-ring-clear + "m" #'my/push-mark-no-activate) (general-define-key :keymaps 'global @@ -1241,7 +1242,9 @@ Obeys `widen-automatically', which see." (when current-prefix-arg (my/regenerate-desktop))) -(my/switch-theme 'ef-duo-light) +(if my/is-termux + (my/switch-theme 'modus-operandi-tinted) + (my/switch-theme 'ef-duo-light)) (with-eval-after-load 'transient (my/use-colors @@ -5050,11 +5053,13 @@ KEYS is a list of cons cells like (