forked from colonelpanic/dotfiles
[Emacs] Fix typo in download-to-buffer
This commit is contained in:
parent
f44c86393d
commit
56d5e58fdd
@ -814,7 +814,7 @@ A macro for composing functions together to build an interactive command to copy
|
||||
** Download a File Into a Buffer
|
||||
<<downloadfile>>
|
||||
#+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
|
||||
|
Loading…
Reference in New Issue
Block a user