lang/org: fix headers + pin org-plus-contrib to 'org'

This commit is contained in:
Henrik Lissner 2017-02-20 10:32:11 -05:00
parent e17430de10
commit 302eb6f5c1
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
;;; emacs/org/+attach.el --- -*- no-byte-compile: t; -*- ;;; lang/org/+attach.el --- -*- no-byte-compile: t; -*-
;; FIXME ;; FIXME
;; Initializes my own org-mode attachment system. I didn't like Org's native ;; Initializes my own org-mode attachment system. I didn't like Org's native

View file

@ -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 ;; 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. ;; opened in a popup frame, and can be invoked from outside Emacs as well.

View file

@ -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. ;; My own, centralized exporting system as well.

View file

@ -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 ;; A few things you can expect
;; + `org-capture' in a popup frame (can be invoked from outside emacs too) ;; + `org-capture' in a popup frame (can be invoked from outside emacs too)

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*- ;; -*- 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 org-download)
;; (@package ox-pandox) ;; (@package ox-pandox)
;; (@package org-bullets) ;; (@package org-bullets)