呼び出すido-find-file
と、入力~/
して現在の作業ディレクトリをホームディレクトリに自動的に置き換えることができます。
Find file: /etc/{...} # after typing ~/ becomes:
Find file: ~/{...}
どうすればこれを複製できuser-emacs-directory
ますが、テキストをミニバッファーに挿入する代わりにキーを押したときなどのカスタムディレクトリの場合はどうですか。例えば:
Find file: /var/log/{...} # after pressing F6 becomes:
Find file: ~/.emacs.d/{...}