module(doom): Add treemacs and telega packages

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 76f5354dca
commit 0c9540a4a7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 13 additions and 28 deletions

View file

@ -27,3 +27,13 @@
(setq doom-theme 'doom-gruvbox)
;;; Fix failure to loacate 'Symbols Nerd Font Mono' font
(setq nerd-icons-font-family "Maple Mono NF CN")
(map! :map global-map
"C-c t"
telega-prefix-map)
(setq display-line-numbers-type
'relative)
(add-hook 'telega-load-hook
'telega-notifications-mode)