-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
orca.el: Add zoutline as a dependency
Fixes #5
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
;;; orca.el --- Org Capture -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2017 Oleh Krehel | ||
;; Copyright (C) 2017-2021 Oleh Krehel | ||
|
||
;; Author: Oleh Krehel <[email protected]> | ||
;; URL: https://github.com/abo-abo/orca | ||
;; Version: 0.1.0 | ||
;; Package-Requires: ((emacs "24.3")) | ||
;; Package-Requires: ((emacs "24.3") (zoutline "0.1.0")) | ||
;; Keywords: org, convenience | ||
|
||
;; This file is not part of GNU Emacs | ||
|