feat(emacs-org): Add pomodoro and system notifications

This commit is contained in:
js0ny 2025-02-02 07:08:14 +00:00
parent 87c237684b
commit 5d0dffd327
11 changed files with 155 additions and 74 deletions

View file

@ -53,5 +53,13 @@
;; Treemacs mode specific binding
(evil-define-key 'treemacs treemacs-mode-map (kbd "i") #'treemacs-RET-action))
;; magit - Git Client
(use-package magit
:ensure t
:after (evil-leader)
:config
(evil-leader/set-key
"g" 'magit-status)
)
(provide 'init-file)