diff --git a/org-roam-buffer.el b/org-roam-buffer.el index 00add8f..aa4d155 100644 --- a/org-roam-buffer.el +++ b/org-roam-buffer.el @@ -1,4 +1,4 @@ -;;; org-roam-buffer.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-buffer.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-capture.el b/org-roam-capture.el index e24168a..d7ac7b3 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -1,4 +1,4 @@ -;;; org-roam-capture.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-capture.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-compat.el b/org-roam-compat.el index 511f60f..88cd5d5 100644 --- a/org-roam-compat.el +++ b/org-roam-compat.el @@ -1,4 +1,4 @@ -;;; org-roam-compat.el --- Compatibility Code -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-compat.el --- Compatibility Code -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-completion.el b/org-roam-completion.el index 14d286f..7d7e478 100644 --- a/org-roam-completion.el +++ b/org-roam-completion.el @@ -1,4 +1,4 @@ -;;; org-roam-completion.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-completion.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-dailies.el b/org-roam-dailies.el index fc56ce5..8a9ca2d 100644 --- a/org-roam-dailies.el +++ b/org-roam-dailies.el @@ -1,4 +1,4 @@ -;;; org-roam-dailies.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-dailies.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;;; ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-db.el b/org-roam-db.el index 582cf4e..68e3274 100644 --- a/org-roam-db.el +++ b/org-roam-db.el @@ -1,4 +1,4 @@ -;;; org-roam-db.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-db.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-dev.el b/org-roam-dev.el new file mode 100644 index 0000000..c6cd0dc --- /dev/null +++ b/org-roam-dev.el @@ -0,0 +1,39 @@ +;;; org-roam-dev.el --- Org-roam development code -mode -*- coding: utf-8; lexical-binding: t -*- + +;; Copyright © 2020 Jethro Kuan + +;; Author: Jethro Kuan +;; URL: https://github.com/org-roam/org-roam +;; Keywords: org-mode, roam, convenience +;; Version: 1.1.0 +;; Package-Requires: ((emacs "26.1") (dash "2.13") (f "0.17.2") (s "1.12.0") (org "9.3") (emacsql "3.0.0") (emacsql-sqlite "1.0.0")) + +;; This file is NOT part of GNU Emacs. + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. + +;;; Commentary: +;; +;; This library provides code for org-roam developers. +;; It is intended to be loaded before editing org-roam source files. +;; It ensures consistent application of various developer settings. +;; +;;; Code: +(require 'emacsql) +(emacsql-fix-vector-indentation) +(provide 'org-roam-dev) + +;;; org-roam-dev.el ends here diff --git a/org-roam-doctor.el b/org-roam-doctor.el index 968862e..24a95b3 100644 --- a/org-roam-doctor.el +++ b/org-roam-doctor.el @@ -1,4 +1,4 @@ -;;; org-roam-doctor.el --- Rudimentary Roam replica with Org-mode -*- coding: utf-8; lexical-binding: t; -*- +;;; org-roam-doctor.el --- Rudimentary Roam replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-graph.el b/org-roam-graph.el index 6821a95..a33482c 100644 --- a/org-roam-graph.el +++ b/org-roam-graph.el @@ -1,4 +1,4 @@ -;;; org-roam-graph.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-graph.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-macs.el b/org-roam-macs.el index 1f58e5a..e44ddaa 100644 --- a/org-roam-macs.el +++ b/org-roam-macs.el @@ -1,4 +1,4 @@ -;;; org-roam-macs.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-macs.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-protocol.el b/org-roam-protocol.el index bfe40ff..d3a5a8a 100644 --- a/org-roam-protocol.el +++ b/org-roam-protocol.el @@ -1,4 +1,4 @@ -;;; org-roam-protocol.el --- Protocol handler for roam:// links -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam-protocol.el --- Protocol handler for roam:// links -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan ;; Author: Jethro Kuan diff --git a/org-roam.el b/org-roam.el index e69d2f7..498f15d 100644 --- a/org-roam.el +++ b/org-roam.el @@ -1,4 +1,4 @@ -;;; org-roam.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t -*- +;;; org-roam.el --- Roam Research replica with Org-mode -*- coding: utf-8; lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright © 2020 Jethro Kuan diff --git a/tests/test-org-roam.el b/tests/test-org-roam.el index a006483..8e8123d 100644 --- a/tests/test-org-roam.el +++ b/tests/test-org-roam.el @@ -1,4 +1,4 @@ -;;; test-org-roam.el --- Tests for org-roam -*- lexical-binding: t; -*- +;;; test-org-roam.el --- Tests for org-roam -*- lexical-binding: t; eval: (require 'org-roam-dev); -*- ;; Copyright (C) 2020 Jethro Kuan