summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-06-09 12:49:40 +0300
committerLars Wirzenius <liw@liw.fi>2023-06-09 12:49:40 +0300
commit4adaf6810250a9b454be68fbf37c722481e037a4 (patch)
tree11341b33a8c71d95aa7000f0201d956509a759ee /emacs.d
parentcf0ca068fae719a3302c29a5f726fec3ac9210b2 (diff)
downloadliw-dot-files-4adaf6810250a9b454be68fbf37c722481e037a4.tar.gz
emacs: update for Debian bookworm
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/custom.el b/emacs.d/custom.el
index 4aef9ee..aaae211 100644
--- a/emacs.d/custom.el
+++ b/emacs.d/custom.el
@@ -4,7 +4,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
- '(editorconfig flycheck-color-mode-line flycheck-rust flycheck lsp-ui lsp-mode rustic shfmt python-mode blacken use-package yaml-mode tabbar session pod-mode muttrc-mode mutt-alias markdown-mode magit initsplit htmlize graphviz-dot-mode go-mode folding eproject diminish debian-el csv-mode company color-theme-modern browse-kill-ring boxquote bm bar-cursor apache-mode)))
+ '(editorconfig flycheck-color-mode-line flycheck-rust flycheck lsp-ui lsp-mode rustic shfmt python-mode blacken use-package yaml-mode tabbar session pod-mode muttrc-mode mutt-alias markdown-mode magit initsplit htmlize graphviz-dot-mode go-mode folding eproject diminish debian-el csv-mode company color-theme-modern browse-kill-ring boxquote bm bar-cursor apache-mode))
+ '(warning-suppress-types '((comp) (comp) (comp) (comp) (comp) (comp) (comp) (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.