* lisp/ol-man.el: Add file commentary and Code: header
This commit is contained in:
parent
0b0bf03e4b
commit
b06995e998
|
@ -24,6 +24,10 @@
|
|||
;;
|
||||
;;; Commentary:
|
||||
|
||||
;; This file implements links to man pages from within Org mode.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'org-macs)
|
||||
(org-assert-version)
|
||||
|
||||
|
|
Loading…
Reference in New Issue