Skip to content

bjakushka/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#My Own Emacs Configuration

This is my personal emacs configuration. It changes as often as possible.

Requirements

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

Features

###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

About

My personal emacs settings

Resources

License

Stars

Watchers

Forks

Packages

No packages published