diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-11-30 16:49:18 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-12-01 08:01:55 +0000 |
commit | a1f8cc34aabada2b990335fd33b63150e3619877 (patch) | |
tree | f0b6a3b69cda63f73cfc12522e167891b0d9103b /Emacs/.config/emacs | |
parent | ffb0f219204fd5a3a77e1937390a60e30a13ab93 (diff) | |
download | dotfiles-a1f8cc34aabada2b990335fd33b63150e3619877.tar.gz dotfiles-a1f8cc34aabada2b990335fd33b63150e3619877.tar.bz2 dotfiles-a1f8cc34aabada2b990335fd33b63150e3619877.zip |
(Emacs)+better comments with copyright
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/early-init.el | 26 | ||||
-rw-r--r-- | Emacs/.config/emacs/init.el | 1 |
2 files changed, 24 insertions, 3 deletions
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 <aryadev@aryadevchavali.com -;; This file is NOT part of GNU Emacs. +;;; early-init.el --- My custom early-init.el -*- lexical-binding: t; -*- + +;; Copyright (C) 2022 Aryadev Chavali + +;; Author: Aryadev Chavali <aryadev@aryadevchavali.com> +;; 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 <https://www.gnu.org/licenses/>. + +;;; Commentary: +;; Sets up some variables and graphical configuration to make Emacs +;; less janky looking while loading ;;; Code: (setq gc-cons-threshold most-positive-fixnum diff --git a/Emacs/.config/emacs/init.el b/Emacs/.config/emacs/init.el index 3ef9acf..20001ff 100644 --- a/Emacs/.config/emacs/init.el +++ b/Emacs/.config/emacs/init.el @@ -19,6 +19,7 @@ ;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: +;; Sets up straight, use package and the literate system. ;;; Code: ;; Straight |