* lisp/ol-man.el: Add file commentary and Code: header

This commit is contained in:
Ihor Radchenko 2023-10-25 13:46:00 +03:00
parent 0b0bf03e4b
commit b06995e998
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
;;
;;; Commentary:
;; This file implements links to man pages from within Org mode.
;;; Code:
(require 'org-macs)
(org-assert-version)