diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-09-16 01:03:29 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-09-16 01:03:29 +0100 |
commit | 398a59e6774b28c05bdb74668cbbe70564cfa61f (patch) | |
tree | 0bd3bc9c52507327245a86a528f89a3be3a64ce8 /Emacs | |
parent | 213c598e2eddd00ce4b9b56c94b86b40448620ee (diff) | |
download | dotfiles-398a59e6774b28c05bdb74668cbbe70564cfa61f.tar.gz dotfiles-398a59e6774b28c05bdb74668cbbe70564cfa61f.tar.bz2 dotfiles-398a59e6774b28c05bdb74668cbbe70564cfa61f.zip |
(Emacs/elisp)~Update license
Diffstat (limited to 'Emacs')
-rw-r--r-- | Emacs/.config/emacs/elisp/better-mode-line.el | 7 | ||||
-rw-r--r-- | Emacs/.config/emacs/elisp/haskell-multiedit.el | 4 | ||||
-rw-r--r-- | 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 <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 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")))) |