From: Don Armstrong Date: Wed, 16 Dec 2015 04:45:07 +0000 (-0800) Subject: provide org-mode-configuration in module X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff57b8362b4d7017a0a3116f3a6c9efe870c770c;p=lib.git provide org-mode-configuration in module --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 9a3fe55..1c6ee75 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -998,3 +998,5 @@ same directory as the org-buffer and insert a link to this file." (call-process "import" nil nil nil my/org-insert-screenshot/filename) (insert (concat "[[" my/org-insert-screenshot/filename "]]")) (org-display-inline-images)) + +(provide 'org-mode-configuration)