mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Use lexical-binding for themes
* etc/themes/adwaita-theme.el: * etc/themes/deeper-blue-theme.el: * etc/themes/dichromacy-theme.el: * etc/themes/light-blue-theme.el: * etc/themes/manoj-dark-theme.el: * etc/themes/misterioso-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/tango-theme.el: * etc/themes/tsdh-dark-theme.el: * etc/themes/tsdh-light-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/whiteboard-theme.el: * etc/themes/wombat-theme.el: Use lexical-binding.
This commit is contained in:
parent
4618671897
commit
763df4bc17
@ -1,4 +1,4 @@
|
||||
;;; adwaita-theme.el --- Tango-based custom theme for faces
|
||||
;;; adwaita-theme.el --- Tango-based custom theme for faces -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2010-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; deeper-blue-theme.el --- Custom theme for faces
|
||||
;;; deeper-blue-theme.el --- Custom theme for faces -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; dichromacy-theme.el --- color theme suitable for color-blind users
|
||||
;;; dichromacy-theme.el --- color theme suitable for color-blind users -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
;;; leuven-theme.el --- Awesome Emacs color theme on white background
|
||||
;;; leuven-theme.el --- Awesome Emacs color theme on white background -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2003-2020 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
|
||||
;; URL: https://github.com/fniessen/emacs-leuven-theme
|
||||
;; Version: 20170912.2328
|
||||
;; Version: 20200425.0837
|
||||
;; Keywords: color theme
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; light-blue-theme.el --- Custom theme for faces
|
||||
;;; light-blue-theme.el --- Custom theme for faces -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; manoj-dark.el --- A dark theme from Manoj
|
||||
;;; manoj-dark.el --- A dark theme from Manoj -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; misterioso-theme.el --- Custom face theme for Emacs
|
||||
;;; misterioso-theme.el --- Custom face theme for Emacs -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tango-dark-theme.el --- Tango-based custom theme for faces
|
||||
;;; tango-dark-theme.el --- Tango-based custom theme for faces -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2010-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tango-theme.el --- Tango-based custom theme for faces
|
||||
;;; tango-theme.el --- Tango-based custom theme for faces -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2010-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tsdh-dark-theme.el --- Tassilo's dark custom theme
|
||||
;;; tsdh-dark-theme.el --- Tassilo's dark custom theme -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tsdh-light-theme.el --- Tassilo's light custom theme
|
||||
;;; tsdh-light-theme.el --- Tassilo's light custom theme -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; wheatgrass-theme.el --- custom theme for faces
|
||||
;;; wheatgrass-theme.el --- custom theme for faces -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2010-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; whiteboard-theme.el --- Custom theme for faces
|
||||
;;; whiteboard-theme.el --- Custom theme for faces -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; wombat-theme.el --- Custom face theme for Emacs
|
||||
;;; wombat-theme.el --- Custom face theme for Emacs -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user