LoginSignup
1
0

More than 5 years have passed since last update.

caskのパッケージ読み込み

Posted at

emacsのカスタマイズをしようとしたら、caskで詰まったので、備忘録として。
(pathの設定を直せばいい気がするけど、やり方がわからなかったので応急処置として)
cask自体は以下を参考
- http://cask.readthedocs.io/en/latest/guide/usage.html
- http://vdeep.net/emacs-cask
- http://qiita.com/tadsan/items/6c658cc471be61cbc8f6
- http://syohex.hatenablog.com/entry/20140424/1398310931

さて、はまったのは、 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