X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=c33ddb5168999dde652421166e3568bdd8d5dc76;hb=0b2dd81e437b0e7d55fa590964859b55a9bb0543;hp=064a1b39088a48f34a7ad40787b703064e8d3387;hpb=dfc61390fb1055e4f5d0df2c762de4cd8885248d;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 064a1b3..c33ddb5 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1479,7 +1479,7 @@ as a http download client tool (interactive) (let ((url (or url (read-string "Enter download URL: "))) - (download-dir (or (read-string "Save to (~/Downloads): ") "~/Downloads"))) + (download-dir (read-directory-name "Save to (~/Downloads): " "~/Downloads" "~/Downloads" 'confirm' nil))) (let ((download-buffer (url-retrieve-synchronously url))) (save-excursion (set-buffer download-buffer) @@ -1604,6 +1604,7 @@ Disalble =ido= when new a directory or file in =dired= mode ;; call the function which you want to disable ido (mk-disable-ido 'dired-create-directory) (mk-disable-ido 'sd/dired-new-file) + (mk-disable-ido 'dired-goto-file) #+END_SRC ** Dired open with