Add missing require.

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

View File

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