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

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

[nongnu] elpa/telephone-line 5c0af25f19 073/195: Explain config ordering


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 5c0af25f19 073/195: Explain config ordering
Date: Wed, 5 Jan 2022 02:59:28 -0500 (EST)

branch: elpa/telephone-line
commit 5c0af25f193b72dbb8dd2f9c9cbadf7f541e0c77
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: GitHub <noreply@github.com>

    Explain config ordering
---
 readme.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/readme.org b/readme.org
index 41748bbc1d..247c7e7d4a 100644
--- a/readme.org
+++ b/readme.org
@@ -95,9 +95,13 @@ Here's the relevant section:
         '((nil    . (telephone-line-misc-info-segment))
           (accent . (telephone-line-major-mode-segment))
           (evil   . (telephone-line-airline-position-segment))))
+
+(telephone-line t)
 #+end_src
 
 ...That's it. That's essentially all there is to creating a theme.
+Make sure you initialize it after the configuration, though, or
+else some buffers won't have it enabled.
 
 Now, before you go copy-pasting the above config, it's important to
 know that it requires both evil and erc. If you're not using evil,



reply via email to

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