diff --git a/modules/lang/org/+attach.el b/modules/lang/org/+attach.el index d085bbbd4..c219d95aa 100644 --- a/modules/lang/org/+attach.el +++ b/modules/lang/org/+attach.el @@ -1,4 +1,4 @@ -;;; emacs/org/+attach.el --- -*- no-byte-compile: t; -*- +;;; lang/org/+attach.el --- -*- no-byte-compile: t; -*- ;; FIXME ;; Initializes my own org-mode attachment system. I didn't like Org's native diff --git a/modules/lang/org/+capture.el b/modules/lang/org/+capture.el index b168498ec..d188d59d2 100644 --- a/modules/lang/org/+capture.el +++ b/modules/lang/org/+capture.el @@ -1,4 +1,4 @@ -;;; emacs/org/+capture.el --- -*- no-byte-compile: t; -*- +;;; lang/org/+capture.el --- -*- no-byte-compile: t; -*- ;; Sets up a sane `org-capture' workflow, wherein the org-capture buffer is ;; opened in a popup frame, and can be invoked from outside Emacs as well. diff --git a/modules/lang/org/+export.el b/modules/lang/org/+export.el index 58f6fe21e..8c3b71e1c 100644 --- a/modules/lang/org/+export.el +++ b/modules/lang/org/+export.el @@ -1,4 +1,4 @@ -;;; emacs/org/+export.el --- -*- no-byte-compile: t; -*- +;;; lang/org/+export.el --- -*- no-byte-compile: t; -*- ;; My own, centralized exporting system as well. diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 6bf17c827..49eca795d 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -1,4 +1,4 @@ -;;; emacs/org/config.el --- -*- no-byte-compile: t; -*- +;;; lang/org/config.el --- -*- no-byte-compile: t; -*- ;; A few things you can expect ;; + `org-capture' in a popup frame (can be invoked from outside emacs too) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 0b0f31d1d..bee0431c5 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -1,7 +1,7 @@ ;; -*- no-byte-compile: t; -*- -;;; emacs/org/packages.el +;;; lang/org/packages.el -(@package org-plus-contrib) +(@package org-plus-contrib :pin "org") (@package org-download) ;; (@package ox-pandox) ;; (@package org-bullets)