From a1f8cc34aabada2b990335fd33b63150e3619877 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 30 Nov 2022 16:49:18 +0000 Subject: (Emacs)+better comments with copyright --- Emacs/.config/emacs/early-init.el | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'Emacs/.config/emacs/early-init.el') diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el index e7a3e75..8222343 100644 --- a/Emacs/.config/emacs/early-init.el +++ b/Emacs/.config/emacs/early-init.el @@ -1,6 +1,26 @@ -;;; early-init.el --- My custom early-init.el -;; Author: Aryadev Chavali +;; Keywords: + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: +;; Sets up some variables and graphical configuration to make Emacs +;; less janky looking while loading ;;; Code: (setq gc-cons-threshold most-positive-fixnum -- cgit v1.2.3-13-gbd6f