1
0

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.

caskのパッケージ読み込み

1
Posted at

emacsのカスタマイズをしようとしたら、caskで詰まったので、備忘録として。
(pathの設定を直せばいい気がするけど、やり方がわからなかったので応急処置として)
cask自体は以下を参考

さて、はまったのは、 cask installcask updateのパスが、emacs-24.5に通っていた点。
emacs-25.2を使用していたので、パッケージがインストールされず、elispで読み込めなかった。

この場合、以下のようにEMACSのオプションをつけたら、きちんとパッケージがインストールされた。

$ EMACS="emacs-25.2" cask install

本当は、caskのpathを変えればよかったけど、やり方がわからなかったorz

1
0
0

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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?