aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-02-15 22:02:11 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-02-15 22:02:17 +0000
commitda1218ccae00560c2cbaec7fecda2dde017b080d (patch)
tree6d0dba9839c8bf45cec676b3ca06e947490d2436 /Emacs
parent8f05fb0b6f5a1df2879c81703a1f8425c51ae6df (diff)
downloaddotfiles-da1218ccae00560c2cbaec7fecda2dde017b080d.tar.gz
dotfiles-da1218ccae00560c2cbaec7fecda2dde017b080d.tar.bz2
dotfiles-da1218ccae00560c2cbaec7fecda2dde017b080d.zip
Add comments to a few WAIT packages, bring Elfeed out of WAIT
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 0a406a8..74a0686 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -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
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
(use-package rust-mode
: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,
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
(use-package haskell-mode
:straight t
@@ -3557,7 +3563,7 @@ most distribution nowadays.
default-directory)))
(evil-set-initial-state 'rg-mode 'normal))
#+end_src
-** WAIT Elfeed
+** TODO Elfeed
:PROPERTIES:
:header-args:emacs-lisp: :tangle no :results none
: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"
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
(use-package elfeed
:straight t