From 398a59e6774b28c05bdb74668cbbe70564cfa61f Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 16 Sep 2024 01:03:29 +0100 Subject: (Emacs/elisp)~Update license --- Emacs/.config/emacs/elisp/better-mode-line.el | 7 +++---- Emacs/.config/emacs/elisp/haskell-multiedit.el | 4 +--- Emacs/.config/emacs/elisp/personal-light-theme.el | 3 +++ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Emacs/.config/emacs/elisp/better-mode-line.el b/Emacs/.config/emacs/elisp/better-mode-line.el index 39c8d5e..70d00db 100644 --- a/Emacs/.config/emacs/elisp/better-mode-line.el +++ b/Emacs/.config/emacs/elisp/better-mode-line.el @@ -5,10 +5,9 @@ ;; 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 free software; you can redistribute it and/or +;; modify it under the terms of the GNU General Public License Version +;; 2 as published by the Free Software Foundation. ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Emacs/.config/emacs/elisp/haskell-multiedit.el b/Emacs/.config/emacs/elisp/haskell-multiedit.el index 81a5338..bf9bd2d 100644 --- a/Emacs/.config/emacs/elisp/haskell-multiedit.el +++ b/Emacs/.config/emacs/elisp/haskell-multiedit.el @@ -1,6 +1,4 @@ -;;; haskell-multiedit.el --- Minor mode to edit and evaluate -;;; multi-line scripts of Haskell without making a file -;;; -*- lexical-binding: t; -*- +;;; haskell-multiedit.el --- Minor mode to edit and evaluate multi-line scripts of Haskell without making a file -*- lexical-binding: t; -*- ;; Copyright (C) 2021 Aryadev Chavali diff --git a/Emacs/.config/emacs/elisp/personal-light-theme.el b/Emacs/.config/emacs/elisp/personal-light-theme.el index 0fe0fe5..6450c32 100644 --- a/Emacs/.config/emacs/elisp/personal-light-theme.el +++ b/Emacs/.config/emacs/elisp/personal-light-theme.el @@ -9,6 +9,9 @@ '(eshell-prompt ((t (:foreground "turquoise3" :weight bold)))) '(evil-mc-cursor-default-face ((t (:foreground "white" :background "black")))) '(evil-mc-region-face ((t (:extend t :background "#94a2b2")))) + '(fill-column-indicator ((t (:inherit shadow + :foreground "grey65" :background "grey65" + :weight thin)))) '(fixed-pitch ((t (:family "Monospace")))) '(font-lock-bracket-face ((t (:inherit (font-lock-punctuation-face))))) '(font-lock-builtin-face ((t (:foreground "#A020F0")))) -- cgit v1.2.3-13-gbd6f