mariuszskon / .emacs.d

My .emacs.d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My .emacs.d

Contains:

  • init.el - the init file
  • firstinstall.el - installs the packages I use
  • .mc-lists.el - multiple cursor auto-generated preferences
  • .gitignore - a nice .gitignore for ignoring stuff in .emacs.d

Getting started

Simply run this from the command line:

git clone https://github.com/mariuszskon/.emacs.d.git ~/.emacs.d

Launch emacs, and then: M-x load-file RET ~/.emacs.d/firstinstall.el

That is, hold alt and press x, type load-file, press enter and type ~/.emacs.d/firstinstall.el

Features

  • Attempts to use 4 spaces as indentation in as many places as possible
  • Enables wombat theme (built-in nice theme)
  • Enables MELPA
  • Sets up web-mode and emmet-mode for good web development
  • C-= keybinding for expand-region
  • Some "default" keybindings for multiple-cursors
  • Sets up js2-mode and keybindings for its bounce-indent
  • Enables ido-mode and its flex matching
  • Enables show-paren-mode
  • More!

About

My .emacs.d


Languages

Language:Emacs Lisp 100.0%