1
0
Fork 0

Require ol-man to enable linking to man-pages

This commit is contained in:
Tom Willemse 2020-01-28 19:02:00 -08:00
parent 720ba07bbc
commit 776ba24f3d

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0127.095503 ;; Version: 2020.0128.190149
;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra) ;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -28,6 +28,7 @@
(require 'hydra) (require 'hydra)
(require 'ob) (require 'ob)
(require 'ol-man)
(require 'org) (require 'org)
(require 'org-capture) (require 'org-capture)
(require 'org-clock) (require 'org-clock)