all repos — nixfiles @ c57093f28708a30b9720221532db80a9446bba77

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

Merge remote-tracking branch 'refs/remotes/origin/master'

Alan Pearce
commit

c57093f28708a30b9720221532db80a9446bba77

parent

b064712dfa6f4a3e727ad18568fc9f852c3e2c0d

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

changed files
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)