summary refs log tree commit diff stats
path: root/emacs/elisp/ap-functions.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/elisp/ap-functions.el')
-rw-r--r--emacs/elisp/ap-functions.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/elisp/ap-functions.el b/emacs/elisp/ap-functions.el
index 104b444..4c30001 100644
--- a/emacs/elisp/ap-functions.el
+++ b/emacs/elisp/ap-functions.el
@@ -44,3 +44,5 @@
                        ""))

         (command (read-shell-command "Shell command: " nil nil nil)))

     (shell-command (replace-regexp-in-string "%" file-buffer command) to-current-buffer)))

+

+(provide 'ap-functions)