How do I change drive letter in ido mode (Emacs)?

前端 未结 1 1054
难免孤独
难免孤独 2021-02-12 21:46

I\'m using Emacs on windows. My default folder is c:/home, but I want to edit my file in d:/ how to do it in ido mode ? I tried // but tha

1条回答
  •  灰色年华
    2021-02-12 22:18

    As stated in a comment you just type "d:/" in the minibuffer while in ido-find-file. You don't need to be at the start of the string, it's intelligent enough to know what you're trying to do.

    C-x C-f d:/ MyFile.txt

    will point you at the file D:/MyFile.txt

    0 讨论(0)
提交回复
热议问题