From 59a1f58695d09ab29ddf992b2c0711c94a4039ea Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Jan 2023 23:03:03 -0600 Subject: Switch to use-package --- lisp/+ox.el | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 lisp/+ox.el (limited to 'lisp/+ox.el') diff --git a/lisp/+ox.el b/lisp/+ox.el deleted file mode 100644 index 8748a55..0000000 --- a/lisp/+ox.el +++ /dev/null @@ -1,29 +0,0 @@ -;;; +ox.el --- org-export helpers -*- lexical-binding: t; -*- - -;;; Commentary: - -;;; Code: - -(require 'ox) - -;;; Run hooks before doing any exporting at all - -(defcustom +org-export-pre-hook nil - "Functions to run /before/ `org-export-as' does anything. -These will run on the buffer about to be exported, NOT a copy." - :type 'hook) - -(defun +org-export-pre-run-hooks (&rest _) - "Run hooks in `+org-export-pre-hook'." - (run-hooks '+org-export-pre-hook)) - -(defun +org-export-pre-hooks-insinuate () - "Advise `org-export-as' to run `+org-export-pre-hook'." - (advice-add 'org-export-as :before #'+org-export-pre-run-hooks)) - -(defun +org-export-pre-hooks-remove () - "Remove pre-hook advice on `org-export-as'." - (advice-remove 'org-export-as #'+org-export-pre-run-hooks)) - -(provide '+ox) -;;; +ox.el ends here -- cgit 1.4.1-21-gabe81