summaryrefslogtreecommitdiff
path: root/config/packages.el
blob: b4302cfbbc22230c1910139f1f697dbcfab7dcf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;; -*- lexical-binding: t; -*-

(require 'package)


(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)

;; Comment/uncomment this line to enable MELPA Stable if desired.  See `package-archive-priorities`
;; and `package-pinned-packages`. Most users will not need or want to do this.
;; (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t)

(package-initialize)

(require 'use-package)

(use-package solarized-theme :ensure t)
(use-package ag :ensure t)