Emacs

Emacs is among the oldest Free Software still under development. It is programmable with Emacs Lisp.

My configuration is mostly provided by devenv and customized in my dot-files/emacs.el.

Meta-X

keyinfo
C-gabort current command, press multiple time
M-xexecute command
C-h fcheck function doc
C-h vcheck variable doc
C-h mcheck mode doc
keyinfo
C-x 1fullscreen frame
C-x 2split frame horizontally
C-x 3split frame vertically
C-x 0close current frame
C-x omove between frame
C-x bswitch buffer

Commands

keyinfo
ibufferedit list of buffers

Haskell

keyinfo
C-c C-lload a file in ghci
C-c C-tshow type at point

Purescript

keyinfo
pscistart ide server process
C-c tabadd import
C-c M-sinsert suggestions

Magit

A git Porcelain inside Emacs.

Links to this page