diff options
author | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-08-17 10:53:32 -0600 |
---|---|---|
committer | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-08-17 10:53:32 -0600 |
commit | bdc282be9397b9ebd0444570040ce52a02c42d08 (patch) | |
tree | c09cc05c25afe5d08a4958fc0880d854dd0e11b1 /init.el | |
parent | ac890acfa3b35237e8db75f03b480e2cf6eb49c8 (diff) |
Update README; add (built-in) tree-sitter config and notes
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,14 +29,14 @@ ;; Package initialization ;; -;; We'll stick to only GNU ELPA (Emacs Lisp Package Archive) for the base -;; install, but there are some other ELPAs you could look at if you want more -;; packages. MELPA in particular is very popular. See instructions at: +;; We'll stick to the built-in GNU and non-GNU ELPAs (Emacs Lisp Package +;; Archive) for the base install, but there are some other ELPAs you could look +;; at if you want more packages. MELPA in particular is very popular. See +;; instructions at: ;; ;; https://melpa.org/#/getting-started ;; ;; (with-eval-after-load 'package -;; (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")) ;; (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)) ;; If you want to turn off the welcome screen, uncomment this |