Skip to content

Instantly share code, notes, and snippets.

@ebragaparah
Last active May 27, 2020 17:21
Show Gist options
  • Save ebragaparah/75ee48e1c6f397eb4e92d97d7640076b to your computer and use it in GitHub Desktop.
Save ebragaparah/75ee48e1c6f397eb4e92d97d7640076b to your computer and use it in GitHub Desktop.
;; packages
(when (>= emacs-major-version 24)
(require 'package)
(package-initialize)
(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