lang/org: fix headers + pin org-plus-contrib to 'org'
This commit is contained in:
parent
e17430de10
commit
302eb6f5c1
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue