[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/telephone-line b6dcd27331 025/195: Add install instruction
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/telephone-line b6dcd27331 025/195: Add install instructions |
Date: |
Wed, 5 Jan 2022 02:59:18 -0500 (EST) |
branch: elpa/telephone-line
commit b6dcd27331577333bba09ccd2d0ad79ade027316
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>
Add install instructions
---
readme.org | 32 ++++++++++++--------------------
1 file changed, 12 insertions(+), 20 deletions(-)
diff --git a/readme.org b/readme.org
index bdbf85f1c4..3f20e93c26 100644
--- a/readme.org
+++ b/readme.org
@@ -1,36 +1,28 @@
#+Title: Telepone Line
#+Author: Daniel Bordak
-Telephone Line is a new implementation of Powerline with a few new
-features that set it apart from the existing Emacs implementations:
-_easier customization_ and _antialiased separators_.
-
-* Antialiased Separators
-
-First off, this is how they look
+[[http://melpa.org/#/telephone-line][file:http://melpa.org/packages/telephone-line-badge.svg]]
[[./screenshots/abs.png]]
-Classic powerline, called "abs" (you'll see why later).
-
[[./screenshots/cubed.png]]
-Spacemacs' default separator, called "cubed".
-
[[./screenshots/gradient.png]]
-A gradient separator.
+Telephone Line is a new implementation of Powerline with a few new
+features that set it apart from the existing Emacs implementations:
+_easier customization_ and _antialiased separators_.
-[[./screenshots/to_the_right.png]]
+* Installation
-You can use two right separators instead of a left and right, if you
-want.
+The easiest way to install telephone-line is with package.el through
+MELPA. Once you have the package installed, initializing it is the
+usual stuff:
-Each of these separators is defined programmatically (the existing
-powerline.el does something more along the lines of templating), being
-created from two potentially user-defined functions -- but more on
-that later. For now, just enjoy their
-pixels-wot-have-intermediate-colors
+#+begin_src emacs-lisp
+(require 'telephone-line)
+(telephone-line-mode 1)
+#+end_src
* Easy Customization
- [nongnu] branch elpa/telephone-line created (now ff526441a2), ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line a84f75000c 017/195: Face hierarchy, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 6fd0211efe 045/195: Add GPL badge, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line b6dcd27331 025/195: Add install instructions,
ELPA Syncer <=
- [nongnu] elpa/telephone-line 502285b6bc 077/195: Add support for xah-fly-keys, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 315054ffb4 068/195: Minor fixes, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 48f2894e95 046/195: Add initial support for multiple frames, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 1f2389212b 024/195: Remove -enable and -disable entirely, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line de93becc18 039/195: Merge pull request #12 from bjpbakker/fix/erc-segment, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 5ccd246d25 049/195: Documentation update, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line ae636f7ca2 041/195: Version bump, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 8bc83573c3 061/195: Fix unicode separators, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 1b52832b44 054/195: Nameless indentation, ELPA Syncer, 2022/01/05
- [nongnu] elpa/telephone-line 676b57d819 081/195: Made subseparator colors customizeable, ELPA Syncer, 2022/01/05