Add comments to a few WAIT packages, bring Elfeed out of WAIT
This commit is contained in:
@@ -2300,6 +2300,9 @@ CLI programs and basically tries to be a jack of all trades. It's got
|
|||||||
some interesting stuff but most importantly it's very new, so everyone
|
some interesting stuff but most importantly it's very new, so everyone
|
||||||
must learn it, right?
|
must learn it, right?
|
||||||
|
|
||||||
|
2025-02-15: Haven't needed to use Rust at all recently - but leaving
|
||||||
|
this here in case.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package rust-mode
|
(use-package rust-mode
|
||||||
:straight t
|
:straight t
|
||||||
@@ -2368,6 +2371,9 @@ Here I configure the REPL for Haskell via the
|
|||||||
user to create temporary ~haskell-mode~ buffers that, upon completion,
|
user to create temporary ~haskell-mode~ buffers that, upon completion,
|
||||||
will run in the REPL. Even easier than making your own buffer.
|
will run in the REPL. Even easier than making your own buffer.
|
||||||
|
|
||||||
|
2025-02-15: Haskell is a fun language so I'll leave this configuration
|
||||||
|
for now.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package haskell-mode
|
(use-package haskell-mode
|
||||||
:straight t
|
:straight t
|
||||||
@@ -3557,7 +3563,7 @@ most distribution nowadays.
|
|||||||
default-directory)))
|
default-directory)))
|
||||||
(evil-set-initial-state 'rg-mode 'normal))
|
(evil-set-initial-state 'rg-mode 'normal))
|
||||||
#+end_src
|
#+end_src
|
||||||
** WAIT Elfeed
|
** TODO Elfeed
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:emacs-lisp: :tangle no :results none
|
:header-args:emacs-lisp: :tangle no :results none
|
||||||
:END:
|
:END:
|
||||||
@@ -3566,6 +3572,9 @@ perfectly. I've got a set of feeds that I use for a large variety of
|
|||||||
stuff, mostly media and entertainment. I've also bound "<leader> ar"
|
stuff, mostly media and entertainment. I've also bound "<leader> ar"
|
||||||
to elfeed for loading the system.
|
to elfeed for loading the system.
|
||||||
|
|
||||||
|
2025-02-15: I think Elfeed is actually pretty cool and I want to try
|
||||||
|
it out again.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package elfeed
|
(use-package elfeed
|
||||||
:straight t
|
:straight t
|
||||||
|
|||||||
Reference in New Issue
Block a user