emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme b52f412 072/112: Document new cust


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b52f412 072/112: Document new custom option for visible fringes
Date: Mon, 30 Mar 2020 15:59:41 -0400 (EDT)

branch: externals/modus-operandi-theme
commit b52f41218e5db249dc5873546a3c6373e30d5f0c
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Document new custom option for visible fringes
    
    This option was kindly contributed by Anders Johansson in commit
    80fb704:
    
https://gitlab.com/protesilaos/modus-themes/-/commit/80fb704f83291acb23d646aa3e2463d78e5e3c93
---
 README.org              | 6 ++++++
 modus-operandi-theme.el | 1 +
 modus-vivendi-theme.el  | 1 +
 3 files changed, 8 insertions(+)

diff --git a/README.org b/README.org
index d4f1ff3..9c565b5 100644
--- a/README.org
+++ b/README.org
@@ -144,6 +144,12 @@ theme of your choice):
 (setq modus-vivendi-theme-scale-2 1.1)
 (setq modus-vivendi-theme-scale-3 1.15)
 (setq modus-vivendi-theme-scale-4 1.2)
+
+;; Make the fringes visible.  This renders them in a different
+;; background than the main buffer.
+(setq modus-operandi-theme-visible-fringes nil)
+
+(setq modus-vivendi-theme-visible-fringes nil)
 #+END_SRC
 
 *NOTE* that all customisation options must be declared /before/ loading
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index cf12eb8..7f221ed 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -43,6 +43,7 @@
 ;;     modus-operandi-theme-bold-constructs
 ;;     modus-operandi-theme-proportional-fonts
 ;;     modus-operandi-theme-scale-headings
+;;     modus-operandi-theme-visible-fringes
 ;;
 ;; The default scale is as follows (it can be customised as well):
 ;;
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 02dbabe..b1e3594 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -43,6 +43,7 @@
 ;;     modus-vivendi-theme-bold-constructs
 ;;     modus-vivendi-theme-proportional-fonts
 ;;     modus-vivendi-theme-scale-headings
+;;     modus-vivendi-theme-visible-fringes
 ;;
 ;; The default scale is as follows (it can be customised as well):
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]