Skip to content

Commit

Permalink
fixed declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-hoch committed Sep 28, 2024
1 parent 0537b17 commit affa8c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modes/org/evil-collection-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.

;;; Commentary:
;; Evil basic bindings for org-mode. It's NOT intended to supersede
;; Evil basic bindings for org-mode. It's NOT intended to supersede
;; `evil-org-mode'.
;;

;;; Code:
(require 'evil-collection)
(require 'org nil t)


(defconst evil-collection-org-maps '(org-mode-map org-read-date-minibuffer-local-map))

Expand All @@ -47,6 +49,7 @@
(declare-function org-calendar-backward-month "org")
(declare-function org-calendar-forward-year "org")
(declare-function org-calendar-backward-year "org")
(declare-function org-defkey "org")

;;;###autoload
(defun evil-collection-org-setup ()
Expand Down

0 comments on commit affa8c4

Please sign in to comment.