Advertisement
Guest User

Untitled

a guest
Oct 15th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. (require 'package) ;; You might already have this line
  2. (add-to-list 'package-archives
  3. '("melpa" . "https://melpa.org/packages/"))
  4. (when (< emacs-major-version 24)
  5. ;; For important compatibility libraries like cl-lib
  6. (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))
  7. (package-initialize) ;; You might already have this linee
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement