comparison .elisp/settings/00.bootstrap.el @ 511:a6d9af3fdc50

emacs: rip out packages I no longer use
author Augie Fackler <raf@durin42.com>
date Thu, 18 Feb 2021 11:16:43 -0500
parents 7d298a83fceb
children
comparison
equal deleted inserted replaced
510:0fffee666bc7 511:a6d9af3fdc50
20 ("elpa" . "http://elpa.gnu.org/packages/"))) 20 ("elpa" . "http://elpa.gnu.org/packages/")))
21 21
22 (defun af-bootstrap-packages () 22 (defun af-bootstrap-packages ()
23 (interactive) 23 (interactive)
24 (unless package-archive-contents (package-refresh-contents)) 24 (unless package-archive-contents (package-refresh-contents))
25 (dolist (pack '(http-twiddle 25 (dolist (pack '(use-package
26 nose
27 use-package
28 smart-mode-line 26 smart-mode-line
29 rich-minority 27 rich-minority
30 exec-path-from-shell 28 exec-path-from-shell
31 rainbow-delimiters 29 rainbow-delimiters
32 30
54 go-eldoc 52 go-eldoc
55 ;; rust 53 ;; rust
56 rust-mode 54 rust-mode
57 cargo 55 cargo
58 racer 56 racer
59 company-racer
60 flycheck-rust 57 flycheck-rust
61 58
62 lsp-ui 59 lsp-ui
63 toml 60 toml
64 )) 61 ))