From 56d5e58fdd0df88b08b7e9e67ea29f8cf2739fc3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 4 Jul 2018 20:31:38 -0700 Subject: [PATCH] [Emacs] Fix typo in download-to-buffer --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index d75df9ef..d8b561d5 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -814,7 +814,7 @@ A macro for composing functions together to build an interactive command to copy ** Download a File Into a Buffer <> #+BEGIN_SRC emacs-lisp -(defun imalirson:download-to-buffer (uri) +(defun imalison:download-to-buffer (uri) (interactive (list (read-string "Enter uri: "))) (require 'request) (request uri