From 7e7f470bf7bd8e0522f0ba8947d43fbc0afb1a00 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 21 Oct 2025 22:08:10 -0400 Subject: [PATCH] Uncomitted changes --- README.md | 3 +++ init.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57f6fb0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Updating + +`M-x package-upgrade-all` diff --git a/init.el b/init.el index 0d04429..1a76440 100644 --- a/init.el +++ b/init.el @@ -100,7 +100,8 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(zig-mode yaml-mode yanshippet smex smartparens rust-mode puppet-mode projectile prodigy popwin php-mode nyan-mode multiple-cursors markdown-mode magit kivy-mode idle-highlight-mode groovy-mode go-mode git-commit git htmlize flymd flycheck-yamllint flycheck-rust flycheck-pyflakes flycheck f expand-region exec-path-from-shell editorconfig drag-stuff dash cmake-mode use-package))) + '(zig-mode yaml-mode yanshippet smex smartparens rust-mode puppet-mode projectile prodigy popwin php-mode nyan-mode multiple-cursors markdown-mode magit kivy-mode idle-highlight-mode groovy-mode go-mode git-commit git htmlize flymd flycheck-yamllint flycheck-rust flycheck-pyflakes flycheck f expand-region exec-path-from-shell editorconfig drag-stuff dash cmake-mode use-package)) + '(warning-suppress-log-types '((comp)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.