Browse Source
Fix a byte-compiler warning
* nroam-backlinks.el: Require org for `org-hide-drawer-toggle'.
master
No known key found for this signature in database
GPG Key ID: E8BCD7866AFCF978
1 changed files with
1 additions and
0 deletions
-
nroam-backlinks.el
|
|
@ -22,6 +22,7 @@ |
|
|
|
;; This library provides a backlinks nroam section for org-roam buffers. |
|
|
|
|
|
|
|
;;; Code: |
|
|
|
(require 'org) |
|
|
|
(require 'org-element) |
|
|
|
(require 'org-roam) |
|
|
|
(require 'seq) |
|
|
|