From 64a585974634a31ae76a7fda516436da20e2a541 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 2 Oct 2024 23:48:36 -0700 Subject: [PATCH] Remove useless local variables --- thoom-emacs/init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 25a0144..ac5fd29 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -1,7 +1,3 @@ -;; Local Variables: -;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) -;; End: - ;;; Preamble ;; Suppress native compilation warnings (setq native-comp-async-report-warnings-errors nil)