Skip to content

Instantly share code, notes, and snippets.

@domitry
Created October 5, 2015 05:07
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 domitry/faffdf633e82a992e631 to your computer and use it in GitHub Desktop.
Save domitry/faffdf633e82a992e631 to your computer and use it in GitHub Desktop.
hogehoge
(require 'package)
(package-initialize)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
(require 'auto-complete)
(global-auto-complete-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment