Browse Source

Leverage org-agenda

master
Juan Placencia 4 years ago
parent
commit
0127077526
2 changed files with 11 additions and 2 deletions
  1. +10
    -2
      uno/modules/doc/org.org
  2. +1
    -0
      uno/modules/ui/dashboard.org

+ 10
- 2
uno/modules/doc/org.org View File

@ -130,8 +130,16 @@ Define Org document package.
:after (uno-doc-org evil org)
:custom
(evil-org-use-additional-insert t)
(evil-org-key-theme '(textobjects navigation additional))
(evil-org-key-theme '(textobjects navigation todo additional))
:hook
(org-mode . evil-org-mode)
(org-src-mode . evil-normalize-keymaps))
(org-src-mode . evil-normalize-keymaps)
:config
(evil-org-set-key-theme))
(use-package evil-org
:after (uno-doc-org evil org-agenda)
:config
(require 'evil-org-agenda)
(evil-org-agenda-set-keys))
#+END_SRC

+ 1
- 0
uno/modules/ui/dashboard.org View File

@ -20,6 +20,7 @@ Define UI dashboard package.
:custom
(dashboard-banner-logo-title nil)
(dashboard-center-content t)
(dashboard-filter-agenda-entry 'dashboard-filter-agenda-by-todo)
(dashboard-image-banner-max-height 210)
(dashboard-items '((recents . 5)
(agenda . 5)))

Loading…
Cancel
Save