mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-23 20:20:53 -05:00
Docs test
This commit is contained in:
parent
c9254dc732
commit
66ddc763f6
@ -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…
Reference in New Issue
Block a user