#My Own Emacs Configuration
This is my personal emacs configuration. It changes as often as possible.
Emacs 23 or greater
##Installation
To install this configuration, clone this repo to ~/.emacs.d
(init.el
contained in this repo):
git clone https://github.com/bjakushka/.emacs.d.git ~/.emacs.d
###Installed plugins
These plugins/modes are used in this configuration (in v.0.2):
- color themes
- linum+
- autopair.el
- Yasnippet
- Auto Complete
- moz-repl
- emmet
- lua-mode
- web-mode
###Some key bindings
- Global:
- C-c C-c m r - toggle moz-reload mode (moz-repl) after saving file
- M-f12 - turning on fullscreen mode
- Tab - autocompletion
- f2</kbd - show buffer selection
- C-c C-c t - toggle truncate lines
- C-c C-S-b - open current buffer in default browser
- C-c C-S-c - open current buffer in firefox
- Org-mode:
- C-c l - store link
- C-c a - display agenda list
- Yasnippet:
- RET - jump to end of snippet difinition
- Tab - expand snippet autocompletion
- Emmet:
- C-RET - expand line
- C-c w - wrapp with abbreviation
- Web-mode:
- M-; - comment/uncomment
- C-c C-f - fold/unfol
- C-c c-m - mark end expand
- C-c C-w - show whitespaces