summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-08-17 15:21:01 +0100
committerAlan Pearce2013-08-17 15:22:16 +0100
commit4eb69405683c90659e7f2a9c3a2fd947dd027ed0 (patch)
tree2fcdb363001de2ecf6bed3ee326f331ccebe5249 /emacs
parent1f18bfaaf03f2696d53535d433478a5671fcb97f (diff)
downloaddotfiles-4eb69405683c90659e7f2a9c3a2fd947dd027ed0.tar.lz
dotfiles-4eb69405683c90659e7f2a9c3a2fd947dd027ed0.tar.zst
dotfiles-4eb69405683c90659e7f2a9c3a2fd947dd027ed0.zip
Emacs: Provide ap-functions in ap-functions.el
Diffstat (limited to 'emacs')
-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)