Differences between revisions 1 and 21 (spanning 20 versions)
Revision 1 as of 2011-12-27 07:38:10
Size: 47
Editor: 정수
Comment:
Revision 21 as of 2016-08-06 13:32:26
Size: 1501
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl +All:read

 * [[Windows에 Emacs 설치하기]]
Line 2: Line 5:
 * DotEmacs

== Packages ==

[[http://www.emacswiki.org/emacs/ELPA|ELPA]] Repositories

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

유용한 패키지들
 * [[http://www.emacswiki.org/emacs/SmartTabs|Smart Tabs]]: smart-tabs-mode
 * [[https://github.com/jorgenschaefer/elpy|Elpy]]
 * [[http://pymacs.progiciels-bpi.ca/pymacs.html|Pymacs]]

기타 패키징 시스템으로 [[https://github.com/dimitri/el-get|el-get]]이 있다.

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

Cask를 사용하여 의존성 관리를 하면 편리하다.

== Writeroom like modes ==

 * [[https://github.com/joostkremers/writeroom-mode|Writeroom mode]]
 * [[https://github.com/rnkn/olivetti|Olivetti]]
 * [[https://github.com/capitaomorte/darkroom|Darkroom]]


== Screencast ==

https://www.reddit.com/r/emacs/comments/1yu2j0/generating_gifs_showing_emacs_features/

 * LICEcap
 * byzanz
 * RecordMyDesktop

== Use Emacs on Mac OS X using iTerm2 ==

https://coderwall.com/p/b7kx4a/using-cmd-as-option-in-emacs-iterm2

{{{
1. In the "Keys" tab in configuration, change "Left Command" to map to the "Right Option" key
2. Under the "Profiles" tab changed "Right Option" key to act as Esc
}}}

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이 있다.

Cask를 사용하여 의존성 관리를 하면 편리하다.

Writeroom like modes

Screencast

https://www.reddit.com/r/emacs/comments/1yu2j0/generating_gifs_showing_emacs_features/

Use Emacs on Mac OS X using iTerm2

https://coderwall.com/p/b7kx4a/using-cmd-as-option-in-emacs-iterm2

1. In the "Keys" tab in configuration, change "Left Command" to map to the "Right Option" key
2. Under the "Profiles" tab changed "Right Option" key to act as Esc

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