diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-10-15 23:49:32 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-10-15 23:49:32 -0400 |
commit | b5ad54a21505cbdcbd598eff26242fb8b4934d63 (patch) | |
tree | a5c9f2824bad63e54114b3e182048faa2f06a41b | |
parent | 1b1baac43f0c45215b10619f71f8e3607d505bf9 (diff) | |
download | bog-b5ad54a21505cbdcbd598eff26242fb8b4934d63.tar.gz |
Restrict keywords to built-in keywords
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://github.com/kyleam/bog -;; Keywords: BibTeX, org-mode +;; Keywords: bib, outlines ;; Version: 0.6.0 ;; Package-Requires: ((dash "2.5.0")) |