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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue