| 1234567891011121314151617181920 |
- ;; -*- no-byte-compile: t; -*-
- ;;; .doom.d/packages.el
- ;;; Examples:
- ;; (package! some-package)
- ;; (package! another-package :recipe (:host github :repo "username/repo"))
- ;; (package! builtin-package :disable t)
- ;; I don't know if vterm works on Windows
- (package! vterm)
- ;; Graphviz, I love graphes!
- (package! graphviz-dot-mode)
- ;; IPython-like cell handling
- (package! python-x)
- ;; Org-brain, my friend!
- (package! org-brain)
|