all repos — nixfiles @ 4eb69405683c90659e7f2a9c3a2fd947dd027ed0

System and user configuration, managed by nix and home-manager

Emacs: Provide ap-functions in ap-functions.el

Alan Pearce
commit

4eb69405683c90659e7f2a9c3a2fd947dd027ed0

parent

1f18bfaaf03f2696d53535d433478a5671fcb97f

1 file 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)