Require subr-x in org-mode for ‘when-let’
This commit is contained in:
parent
294600c8cb
commit
a4a89f903e
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0113.225010
|
||||
;; Version: 2020.0114.002156
|
||||
;; Package-Requires: (oni-yasnippet org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -32,6 +32,7 @@
|
|||
(require 'org-capture)
|
||||
(require 'org-clock)
|
||||
(require 'org-habit)
|
||||
(require 'subr-x)
|
||||
(require 'yasnippet)
|
||||
|
||||
(defconst oni-org-root
|
||||
|
|
Loading…
Reference in a new issue