Add missing require for `db-org'

This commit is contained in:
Daniel - 2020-06-26 22:07:14 +02:00
parent 1cad9cc186
commit b2709c0187
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
(require 'org)
(require 'org-agenda)
(require 'org-clock)
(require 'hydra)
(require 'db-customize)