aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/elisp/better-mode-line.el7
-rw-r--r--Emacs/.config/emacs/elisp/haskell-multiedit.el4
-rw-r--r--Emacs/.config/emacs/elisp/personal-light-theme.el3
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"))))