31
28

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.

brew install caskした場合のcask.elの場所

Last updated at Posted at 2014-06-30
  • 記事訂正しました。

@mather314 さんからのコメントにあるように、emacs/cask共にhomebrewでインストールした場合、下記の設定でよいようです。
(@mather314さんコメントありがとうございました)

(require 'cask)
(cask-initialize)

  • 以下、元の記事

brew install caskした場合のcask.elファイルは~/.cask/cask.elには無いっぽいので注意

$(brew --prefix)/opt/cask/cask.elつまり/usr/local/opt/cask/cask.elにある

~/.emacs.d/init.elに追加する設定も下記の通りで良いはず

(require 'cask "/usr/local/opt/cask/cask.el")
(cask-initialize)

公式のドキュメントには無かったので書いてみた

31
28
2

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
31
28

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?