Add missing require.

This commit is contained in:
2020-10-22 21:10:31 +02:00
parent 16cd340f8b
commit 3e1df5a8c2

View File

@@ -12,6 +12,7 @@ Points of intrest:
Throughout this configuration I will use =use-package= to configure packages from melpa and other sources.
[[https://github.com/jwiegley/use-package][Link to GitHub page]]
#+BEGIN_SRC emacs-lisp
(require 'package)
;; Add melpa to the package repos
(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/"))