Browse Source

Fix a byte-compiler warning

* nroam-backlinks.el: Require org for `org-hide-drawer-toggle'.
master
Nicolas Petton 2 years ago
parent
commit
f5b369c7b6
No known key found for this signature in database GPG Key ID: E8BCD7866AFCF978
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      nroam-backlinks.el

+ 1
- 0
nroam-backlinks.el View File

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


Loading…
Cancel
Save