module(doom): Add treemacs and telega packages
This commit is contained in:
parent
76f5354dca
commit
0c9540a4a7
4 changed files with 13 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue