4
3

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.

package.elの設定と使い方

Last updated at Posted at 2015-06-21

設定

設定ファイル~/.emacs.d/init.dに追加

init.el
(when (require 'package nil t)
  (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
  (package-initialize))

使い方

M-x package-installM-x package-list-packages でインストール
インストール後 M-x package-initialize で使用可能1

インストールしたパッケージ

auto-complete

coffee-mode

emmet-mode

flycheck

magit

sass-mode

web-mode

  1. autoloads.elがあれば

4
3
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
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?