[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/tangotango-theme 6202d4a19a 10/10: doc: remove obsolete in
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/tangotango-theme 6202d4a19a 10/10: doc: remove obsolete instructions for emacs 23 and 24 |
Date: |
Sun, 17 Nov 2024 07:00:38 -0500 (EST) |
branch: elpa/tangotango-theme
commit 6202d4a19ac1def1b2596f1906c4524dd7303563
Author: Julien Barnier <julien@nozav.org>
Commit: Julien Barnier <julien@nozav.org>
doc: remove obsolete instructions for emacs 23 and 24
---
README.org | 72 --------------------------------------------------------------
1 file changed, 72 deletions(-)
diff --git a/README.org b/README.org
index ea4074900e..59228385e9 100644
--- a/README.org
+++ b/README.org
@@ -33,75 +33,3 @@ automatically on startup, add the following to your init
file :
: (load-theme 'tangotango t)
-** Manual (Emacs 24)
-
-Emacs 24 features native color theming, and as such you don't need any third
-party package or extension.
-
-1. Download =tangotango-theme.el= from
[[https://github.com/juba/color-theme-tangotango/raw/master/tangotango-theme.el][github]]
and save it to your =~/.emacs.d= directory
-2. Try it with =M-x load-theme=
-3. If you like it, just add the following line to your =.emacs= :
-
-: (load-theme 'tangotango t)
-
-If you prefer to place your theme files in another directory, you can just add
-something like the following in your =.emacs= before loading the theme :
-
-: (add-to-list 'custom-theme-load-path "~/.emacs.d/color-theme-tangotango")
-
-** Emacs 23
-
-With Emacs 23 you need to use the =color-theme= package :
-
-1. Download and install the =color-theme= emacs package either via your linux
distribution or [[http://www.nongnu.org/color-theme/#sec5][via the source
tarball]]
-2. Download and install =color-theme-tangotango.el= from
[[http://github.com/juba/color-theme-tangotango/raw/master/color-theme-tangotango.el][github]]
-3. Make sure that both =color-theme.el= and =color-theme-tangotango.el= are in
your load path
-
-There are several ways to load the tangotango color theme from your =.emacs=,
as
-documented on [[http://www.emacswiki.org/emacs/ColorTheme][emacswiki]]. The
way I currently use should work for a daemonized
-emacs and allows the selection of different themes for GUI or console based
-frames :
-
-: (require 'color-theme)
-: (setq color-theme-load-all-themes nil)
-:
-: (require 'color-theme-tangotango)
-:
-: ;; select theme - first list element is for windowing system, second is for
console/terminal
-: ;; Source : http://www.emacswiki.org/emacs/ColorTheme#toc9
-: (setq color-theme-choices
-: '(color-theme-tangotango color-theme-tangotango))
-:
-: ;; default-start
-: (funcall (lambda (cols)
-: (let ((color-theme-is-global nil))
-: (eval
-: (append '(if (window-system))
-: (mapcar (lambda (x) (cons x nil))
-: cols)))))
-: color-theme-choices)
-:
-: ;; test for each additional frame or console
-: (require 'cl)
-: (fset 'test-win-sys
-: (funcall (lambda (cols)
-: (lexical-let ((cols cols))
-: (lambda (frame)
-: (let ((color-theme-is-global nil))
-: ;; must be current for local ctheme
-: (select-frame frame)
-: ;; test winsystem
-: (eval
-: (append '(if (window-system frame))
-: (mapcar (lambda (x) (cons x nil))
-: cols)))))))
-: color-theme-choices ))
-: ;; hook on after-make-frame-functions
-: (add-hook 'after-make-frame-functions 'test-win-sys)
-:
-: (color-theme-tangotango)
-
-Note that I also had to add a (color-theme-tangotango) line at the end of my
-=.gnus= file in order to apply the color theme to Gnus.
-
-
- [nongnu] elpa/tangotango-theme updated (551c4cf2e7 -> 6202d4a19a), ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme cc82639dfd 01/10: Fix show-paren colors not getting set, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme a09791813e 04/10: FIXUP Apply the change to the proper file, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme d288c6dc26 03/10: Use lighter red for term for better contrast, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 361bfb301a 05/10: Merge pull request #21 from fapdash/fix-matching-parens, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 61c521cd2b 09/10: Remove obsolete color-theme-tangotango, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 1b148d4dd5 08/10: Use lighter red for term for better contrast, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 897c1643bd 06/10: Merge pull request #23 from fapdash/fix-term-color-red, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 6255530b74 07/10: FIXUP Apply the change to the proper file, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 6202d4a19a 10/10: doc: remove obsolete instructions for emacs 23 and 24,
ELPA Syncer <=
- [nongnu] elpa/tangotango-theme 27f5a182c5 02/10: Remove legacy color-theme-tangotango.el, ELPA Syncer, 2024/11/17