Filter compilation warnings from popups

This commit is contained in:
Evie Litherland-Smith 2024-08-09 15:26:36 +01:00
parent cd6bce2677
commit 6f07040cfb
2 changed files with 11 additions and 1 deletions

View file

@ -19,6 +19,7 @@ default.
(when (file-exists-p bootstrap-file)
(load bootstrap-file nil 'nomessage)))
(require 'straight)
(straight-use-package 'use-package)
#+end_src
** Defaults
@ -37,6 +38,15 @@ section of configuration.
(delete-selection-mode +1)
#+end_src
Suppress compilation warnings since they're /usually/ just about
docstring sizes...
#+begin_src emacs-lisp
(require 'warnings)
(add-to-list 'warning-suppress-types '(comp))
(add-to-list 'warning-suppress-log-types '(comp))
#+end_src
Bind mouse keys to expected movement commands
#+begin_src emacs-lisp

View file

@ -65,7 +65,7 @@
("seq" . "da86da9bf111f68fb81efd466d76d53af5aebc00")
("shrink-path.el" . "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
("straight.el" . "88e574ae75344e39b436f863ef0344135c7b6517")
("string-inflection" . "50ad54970b3cc79b6b83979bde9889ad9a9e1a9c")
("string-inflection" . "be3808c9bbd3f732f94cea7e19ad68eac5f6dad0")
("tempel" . "317c0e41d542721db11a7a8a1c6b78762959259b")
("track-changes" . "fa984c7d5a67b60bad4240e15a6d0d9d1896b07d")
("transient" . "b2cb4e578f2362a0354c4a31a6bd89d6c4b63d63")