Use org-pomodoro

This commit is contained in:
mokou 2020-10-07 10:38:26 +02:00
parent d01c23a5de
commit 584616398d
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -9,3 +9,4 @@
(package! exec-path-from-shell)
(package! editorconfig)
(package! gruvbox-theme)
(package! org-pomodoro)