all repos — archive/dotfiles @ 4eb69405683c90659e7f2a9c3a2fd947dd027ed0

Superseded by nixfiles

Emacs: Provide ap-functions in ap-functions.el
Alan Pearce alan@alanpearce.co.uk
Sat, 17 Aug 2013 15:21:01 +0100
commit

4eb69405683c90659e7f2a9c3a2fd947dd027ed0

parent

1f18bfaaf03f2696d53535d433478a5671fcb97f

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/elisp/ap-functions.elemacs/elisp/ap-functions.el
@@ -44,3 +44,5 @@ (file-name-nondirectory (buffer-file-name))                        ""))
         (command (read-shell-command "Shell command: " nil nil nil)))
     (shell-command (replace-regexp-in-string "%" file-buffer command) to-current-buffer)))
+
+(provide 'ap-functions)