17
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mac の emacs で find-file のデフォルトディレクトリを "~/" にする。

Posted at

init.el に以下を追加する。

(setq default-directory "~/")
(setq command-line-default-directory "~/")

Marvericksでは、Dockアイコンから起動した際に ”-psn〜” オプションがつかなくなった。
このためemacsのバージョンによっては command-line-default-directory も設定する必要あり。

参考:
http://anago.2ch.net/test/read.cgi/mac/1328699139/64-86

17
17
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?