From cd64af4642fd54a4d7b7be93bfb317fc64f623a6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 26 Oct 2025 23:06:31 -0500 Subject: chore: Remove redundant autoload directives from modules Remove unnecessary autoload directives from various functions across multiple modules, cleaning up the codebase and improving readability. These directives were redundant and not needed for the current project setup. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 778e38df..12ea9c21 100644 --- a/init.el +++ b/init.el @@ -1,4 +1,4 @@ -w;;; init.el --- Emacs Init File -*- lexical-binding: t; coding: utf-8; -*- +;;; init.el --- Emacs Init File -*- lexical-binding: t; coding: utf-8; -*- ;; author: Craig Jennings ;;; Commentary: -- cgit v1.2.3