~spelling, etc
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
#+TITLE: Packages
|
#+TITLE: Packages
|
||||||
|
|
||||||
* Preclude
|
* Preclude
|
||||||
A list of extra packages I have added to doom, and justification for why. Here
|
A list of extra packages I have added to doom, and justification for why.
|
||||||
are some examples of how to do packages in Doom.
|
Here are some examples of how to do packages in Doom.
|
||||||
#+BEGIN_SRC elisp :tangle no
|
#+BEGIN_SRC elisp :tangle no
|
||||||
(package! some-package) ;melpa
|
(package! some-package) ;melpa
|
||||||
(package! another-package :recipe (:host github :repo "username/repo"))
|
(package! another-package :recipe (:host github :repo "username/repo"))
|
||||||
(package! builtin-package :disable t)
|
(package! builtin-package :disable t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Header
|
* Header
|
||||||
Don't byte compiling this, not a good idea.
|
Don't byte compile this, not a good idea.
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
;; -*-no-byte-compile: t-*-
|
;; -*-no-byte-compile: t-*-
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
Reference in New Issue
Block a user