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 (