summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-09-26 15:43:04 +0200
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-09-26 15:43:04 +0200
commit153efc576a913c3d3fb8890b00b8143cc0b3d3f1 (patch)
treebdaf627e16d6b20b7f3492c4267c05ccd049e76b /emacs.el
parent2d30ccaa007f2440513d012c3533983a828a49d9 (diff)
parentf23377fa048437b825ff4c19043e03896f0df1d8 (diff)
Merge branch 'cups'
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 562d162..08bbd19 100644
--- a/emacs.el
+++ b/emacs.el
@@ -1,3 +1,8 @@
+;;; Enable MELPA repository
+(require 'package)
+(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
+(package-initialize)
+
;; https://github.com/fimblo/dot.emacs
;; Theme Activation