Differences between revisions 11 and 12
Revision 11 as of 2014-05-18 12:16:57
Size: 666
Editor: 정수
Comment:
Revision 12 as of 2014-05-19 02:22:14
Size: 760
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:

 * [[http://www.emacswiki.org/emacs/PythonProgrammingInEmacs|Python Programming in Emacs]]

Packages

ELPA Repositories

(add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/"))
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))

유용한 패키지들

기타 패키징 시스템으로 el-get이 있다.

Emacs (last edited 2024-07-11 12:56:50 by 정수)