Created
October 5, 2015 05:07
-
-
Save domitry/faffdf633e82a992e631 to your computer and use it in GitHub Desktop.
hogehoge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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