Browse Source

Docs test

undefined
Jack Foltz 4 years ago
parent
commit
66ddc763f6
Signed by: foltik <jack@foltz.io> GPG Key ID: D1F0331758D1F29A
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      lain/.emacs.d/config.org

+ 5
- 1
lain/.emacs.d/config.org View File

@@ -1,6 +1,10 @@
* Packaging
** Package.el
[[http://wikemacs.org/wiki/Package.el][Package.el]] is the built-in package manager in Emacs. This is where the fun begins.
[[http://wikemacs.org/wiki/Package.el][Package.el]] is the built-in package manager in Emacs.

Set up all the repositories that we're going to be downloading stuff from.

This is where the fun begins.
#+BEGIN_SRC emacs-lisp
(require 'package)
(setq package-archives


Loading…
Cancel
Save