From bfe67a11c6ffd43f210a1f4f91ad141549d11432 Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 14 Aug 2024 19:44:58 -0700 Subject: [PATCH] Disabled docstring warnings --- dotfiles/.emacs.d/config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/.emacs.d/config.org b/dotfiles/.emacs.d/config.org index c1fef7d..bc57f08 100644 --- a/dotfiles/.emacs.d/config.org +++ b/dotfiles/.emacs.d/config.org @@ -39,6 +39,12 @@ Change location of custom file. This will stop *custom* from appending to the co (load custom-file) #+end_src +** Disable Docstring Warnings + +#+begin_src emacs-lisp +(setq byte-compile-warnings '(not docstrings)) +#+end_src + ** Move Backup File This moves the backup files so that Emacs doesn't clutter up directories with backup files.