小ネタ。
ファイルを開くために用いる関数を変更する。デフォルトはfind-file-other-window
になっているので、下記のようにする。
init.el
(setq open-junk-file-find-file-function 'find-file)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
小ネタ。
ファイルを開くために用いる関数を変更する。デフォルトはfind-file-other-window
になっているので、下記のようにする。
(setq open-junk-file-find-file-function 'find-file)
Register as a new user and use Qiita more conveniently
Go to list of users who liked