Initial commit

This commit is contained in:
Akko
2023-03-16 18:05:48 +01:00
commit 72dd42c792
8 changed files with 1654 additions and 0 deletions

12
packages.el Normal file
View File

@@ -0,0 +1,12 @@
;; -*- 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)
(package! key-chord)
(package! which-key)
(package! org-mode :recipe (:repo "https://code.orgmode.org/bzg/org-mode.git"))
(add-to-list 'load-path "./elfiles")