Code Monkey home page Code Monkey logo

.emacs.d's Introduction

My emacs configuration.

Inspired by Purcell emacs config, although I keep it simple and minimalistic.

Tools

Specific tools needed for developing in some language are installed by the corresponding bin installer.

For Go, see http://golang.org/s/using-guru.

Additional handy tools (not yet sorted):

Tool Command Used by
Ispell sudo apt-get install ispell M-x ispell
Solium sudo npm install solium -g flycheck Solidity code
flake8 python -m pip install flake8 flycheck Python code

Keys

Here are useful key bindings that I sometimes forget :)

Keys Command Description
C-M-n forward-list Move forward over a parenthetical group
C-M-p backward-list Move backward over a parenthetical group
C-M-u backward-up-list Move up in parenthesis structure
C-M-d down-list Move up in parenthesis structure
C-M-f forward-sexp Move forward over a balanced expression
C-M-b backward-sexp Move backward over a balanced expression
C-M-k kill-sexp Kill balanced expression forward
C-M-SPC mark-sexp Put the mark at the end of the sexp
C-x ( Start defining a keyboard macro
C-x ) Stop defining a keyboard macro
C-x e Execute the keyboard macro (C-u 0 C-x e)
--- name-last-kbd-macro Name the last-defined keyboard macro
--- insert-kbd-macro Insert a named keyboard macro at point
C-c ! l flycheck-list-errors Pop up a list of all errors in current buffer
C-c ! n flycheck-next-error
C-c ! p flycheck-previous-error

Happy coding ๐Ÿ˜บ

.emacs.d's People

Contributors

denisglotov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.