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

@ -1,11 +1,8 @@
;;; init-keymaps.el
;; Once this is defined, `M-x open-init-file` will open this file
(defun open-init-file()
(defun open-org-config()
(interactive) ;; Mark function as `interactive` that allows user to access by M-x open-init-file RET
(find-file "~/.emacs.d/init.el"))
(defun reload-init()
(interactive)
(load-file "~/.emacs.d/init.el"))
(find-file "~/.emacs.d/lisp/init-org.el"))
(provide 'init-keymaps)