Skip to content

Instantly share code, notes, and snippets.

@kaeluka
Last active September 9, 2015 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaeluka/eddcf1ecc73ddaea58db to your computer and use it in GitHub Desktop.
Save kaeluka/eddcf1ecc73ddaea58db to your computer and use it in GitHub Desktop.
  • yasnippets
  • multiple-cursors
  • ace-jump-mode
  • keyboard macros (built in)

Run M-x list-packagesRET to see a list of installable packages.

To see more packages, add the following lines at the beginning of your ~/.emacs:

(require 'package)
(add-to-list 'package-archives
  '("melpa" . "http://melpa.milkbox.net/packages/") t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment