diff --git a/org-roam-buffer.el b/org-roam-buffer.el index 2d45067..a872557 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 --- Metadata buffer -*- coding: utf-8; lexical-binding: t; -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-capture.el b/org-roam-capture.el index cd5d09e..f7d2762 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 --- Capture functionality -*- coding: utf-8; lexical-binding: t; -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-completion.el b/org-roam-completion.el index 3380f2a..8efa575 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 --- Completion features -*- coding: utf-8; lexical-binding: t; -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-dailies.el b/org-roam-dailies.el index 105c365..547e276 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 --- Daily notes for Org-roam -*- coding: utf-8; lexical-binding: t; -*- ;;; ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-db.el b/org-roam-db.el index 115ad08..561f227 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 --- Org-roam database API -*- coding: utf-8; lexical-binding: t; -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-doctor.el b/org-roam-doctor.el index 24a95b3..66b43db 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; eval: (require 'org-roam-dev); -*- +;;; org-roam-doctor.el --- Linter for Org-roam files -*- coding: utf-8; lexical-binding: t; -*- ;; ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-graph.el b/org-roam-graph.el index ea838ce..216fdd4 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 --- Graphing API -*- coding: utf-8; lexical-binding: t; -*- ;; Copyright © 2020 Jethro Kuan diff --git a/org-roam-macs.el b/org-roam-macs.el index 51db68e..ab895eb 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 --- Macros/utility functions -*- coding: utf-8; lexical-binding: t; -*- ;; Copyright © 2020 Jethro Kuan diff --git a/tests/test-org-roam.el b/tests/test-org-roam.el index 8e8123d..40bc9f8 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; eval: (require 'org-roam-dev); -*- +;;; test-org-roam.el --- Tests for Org-roam -*- lexical-binding: t; -*- ;; Copyright (C) 2020 Jethro Kuan