Use org-pomodoro
This commit is contained in:
parent
d01c23a5de
commit
584616398d
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(setq doom-theme 'gruvbox-dark-soft)
|
||||
(setq doom-theme 'doom-sourcerer)
|
||||
|
||||
;; Set to 2 spaces
|
||||
(setq default-tab-width 2)
|
||||
|
@ -101,6 +101,7 @@
|
|||
nil)))))
|
||||
|
||||
(map! :map global-map :leader "a" 'org-agenda)
|
||||
(map! :map org-mode-map :leader "m c p" 'org-pomodoro)
|
||||
|
||||
(defvar cf/hide-scheduled-and-waiting-next-tasks t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue