-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (28 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
OVERVIEW
========
- Some handy visual tools (emacs-goodies-el (color-theme))
- Ido-mode / Yasnippet (yasnippet)
- Python developpement environnement ready (pymacs python-ropemacs)
KEYS
====
useful globals keys:
--------------------
[C-tab] 'other-window ; same as C-x o
[C-return] 'kill-this-buffer ; same as C-x k
[C->] 'bs-cycle-next ; next buffer
(C-<] 'bs-cycle-previous ; previous buffer
[f5] 'linum-mode ; line numbering mode
[f6] 'menu-bar-mode ; toggle menu-bar-mode
[M-up] 'move-line-region-up ; move up line or region like eclipse
[M-down] 'move-line-region-down ; move down line or region like eclipse
INSTALL
=======
Require : apt-get install emacs-goodies-el icicles elscreen pymacs python-ropemacs yasnippet
---------
$ git clone https://github.com/lmazardo/dot_emacs.git $HOME/etc/emacs # Rename git_module: dot_emacs to etc/emacs directory
$ cd $HOME/etc/emacs
$ ln -s $(pwd)/dot_emacs.el $HOME/.emacs
Troubleshooting
---------------
1. If (pymacs-load "ropemacs" "rope-") failed, then : apt-get install --reinstall pymacs`
2. Byte-compilation of js2 : emacs --batch --eval '(byte-compile-file "js2.el")'