mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs-org): Add pomodoro and system notifications
This commit is contained in:
parent
87c237684b
commit
5d0dffd327
11 changed files with 155 additions and 74 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue