X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/dadb049ec4908bba38694e0a268a9899e69fda50..d831ea762b79c47ddfc632a31f71503c15f48333:/init.org?ds=inline diff --git a/init.org b/init.org index 97ad67d..6f9789f 100644 --- a/init.org +++ b/init.org @@ -805,6 +805,9 @@ Some bindings for functions from built-in GNU Emacs packages: ("s-p" . beginning-of-buffer) ("s-n" . end-of-buffer)) + +(when (display-graphic-p) + (unbind-key "C-z" global-map)) #+end_src While at it, let's bind a few for some =straight-*= functions too: @@ -2386,7 +2389,8 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (gcc "nnimap+csclub:Sent"))))) (use-feature gnus-topic - :hook (gnus-group-mode . gnus-topic-mode)) + :hook (gnus-group-mode . gnus-topic-mode) + :config (setq gnus-topic-line-format "%i[ %A: %(%{%n%}%) ]%v\n")) (use-feature gnus-agent :config