aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-10-23 02:23:10 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-10-23 02:23:10 +0100
commitdd3932ec1c2bd729ed8eff71842acd07074a52d5 (patch)
tree767f93f6dde1aba943df61d5c7523e19f24f63be /Emacs/.config
parent6910f07d14e65c56cf340b11c12f942adf014027 (diff)
downloaddotfiles-dd3932ec1c2bd729ed8eff71842acd07074a52d5.tar.gz
dotfiles-dd3932ec1c2bd729ed8eff71842acd07074a52d5.tar.bz2
dotfiles-dd3932ec1c2bd729ed8eff71842acd07074a52d5.zip
yakshaving ykwim
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/config.org14
1 files changed, 3 insertions, 11 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 9850f97..32f62c5 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -3486,17 +3486,9 @@ sometimes format their documentation as markdown, which
:straight t
:defer t)
#+end_src
-** WAIT Rust
-:PROPERTIES:
-:header-args:emacs-lisp: :tangle no :results none
-:END:
-2025-02-15: Haven't needed to use Rust at all recently - but leaving
-this here in case.
-
-Rust is the systems programming language that also does web stuff and
-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?
+** Rust
+Rust is a language with many hats - primarily systems level
+programming.
#+begin_src emacs-lisp
(use-package rust-mode