dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 17c22f6c77eebdfbc2f320537e7762d2559b006c
parent 069841eac10b9578cf7b7fd80e15e0bbcfe7daf7
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 28 Aug 2024 13:03:20 -0500

emacs: telega : enable notification mode

Diffstat:
M.config/emacs/init.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/emacs/init.el b/.config/emacs/init.el @@ -55,3 +55,4 @@ telega-cache-dir (expand-file-name "~/.cache/telega/cache") telega-temp-dir (expand-file-name "~/.cache/telega/temp") ) +(add-hook 'telega-load-hook 'telega-notifications-mode)