diff options
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/config.org | 11 |
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 |