diff options
author | Alan Pearce | 2013-08-17 15:21:01 +0100 |
---|---|---|
committer | Alan Pearce | 2013-08-17 15:22:16 +0100 |
commit | 4eb69405683c90659e7f2a9c3a2fd947dd027ed0 (patch) | |
tree | 2fcdb363001de2ecf6bed3ee326f331ccebe5249 | |
parent | 1f18bfaaf03f2696d53535d433478a5671fcb97f (diff) | |
download | nixfiles-4eb69405683c90659e7f2a9c3a2fd947dd027ed0.tar.lz nixfiles-4eb69405683c90659e7f2a9c3a2fd947dd027ed0.tar.zst nixfiles-4eb69405683c90659e7f2a9c3a2fd947dd027ed0.zip |
Emacs: Provide ap-functions in ap-functions.el
-rw-r--r-- | emacs/elisp/ap-functions.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/elisp/ap-functions.el b/emacs/elisp/ap-functions.el index 104b4449..4c300015 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) |