mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 16:13:03 +03:00
fix(emms): typo
This commit is contained in:
parent
08f60fbbfb
commit
63c76114f4
3 changed files with 1 additions and 4 deletions
|
|
@ -329,7 +329,6 @@ The advice there forces elfeed to use monospace fonts in the show buffer.
|
||||||
I also use [elfeed-org](https://github.com/remyhonig/elfeed-org), which gives an option to store the feed config in an `.org` file instead of a variable:
|
I also use [elfeed-org](https://github.com/remyhonig/elfeed-org), which gives an option to store the feed config in an `.org` file instead of a variable:
|
||||||
|
|
||||||
```emacs-lisp
|
```emacs-lisp
|
||||||
To store the feed config,
|
|
||||||
(use-package elfeed-org
|
(use-package elfeed-org
|
||||||
:straight t
|
:straight t
|
||||||
:after (elfeed)
|
:after (elfeed)
|
||||||
|
|
|
||||||
|
|
@ -286,7 +286,6 @@ The advice there forces elfeed to use monospace fonts in the show buffer.
|
||||||
|
|
||||||
I also use [[https://github.com/remyhonig/elfeed-org][elfeed-org]], which gives an option to store the feed config in an =.org= file instead of a variable:
|
I also use [[https://github.com/remyhonig/elfeed-org][elfeed-org]], which gives an option to store the feed config in an =.org= file instead of a variable:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
To store the feed config,
|
|
||||||
(use-package elfeed-org
|
(use-package elfeed-org
|
||||||
:straight t
|
:straight t
|
||||||
:after (elfeed)
|
:after (elfeed)
|
||||||
|
|
|
||||||
|
|
@ -239,8 +239,7 @@ gunicorn main:app
|
||||||
(<span style="color:#a6e22e">apply</span> fun r)))))
|
(<span style="color:#a6e22e">apply</span> fun r)))))
|
||||||
</code></pre></div><p>The advice there forces elfeed to use monospace fonts in the show buffer.</p>
|
</code></pre></div><p>The advice there forces elfeed to use monospace fonts in the show buffer.</p>
|
||||||
<p>I also use <a href="https://github.com/remyhonig/elfeed-org">elfeed-org</a>, which gives an option to store the feed config in an <code>.org</code> file instead of a variable:</p>
|
<p>I also use <a href="https://github.com/remyhonig/elfeed-org">elfeed-org</a>, which gives an option to store the feed config in an <code>.org</code> file instead of a variable:</p>
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-emacs-lisp" data-lang="emacs-lisp">To store the feed config,
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-emacs-lisp" data-lang="emacs-lisp">(use-package elfeed-org
|
||||||
(use-package elfeed-org
|
|
||||||
:straight <span style="color:#66d9ef">t</span>
|
:straight <span style="color:#66d9ef">t</span>
|
||||||
:after (elfeed)
|
:after (elfeed)
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue