yakshaving ykwim
This commit is contained in:
@@ -3486,17 +3486,9 @@ sometimes format their documentation as markdown, which
|
|||||||
:straight t
|
:straight t
|
||||||
:defer t)
|
:defer t)
|
||||||
#+end_src
|
#+end_src
|
||||||
** WAIT Rust
|
** Rust
|
||||||
:PROPERTIES:
|
Rust is a language with many hats - primarily systems level
|
||||||
:header-args:emacs-lisp: :tangle no :results none
|
programming.
|
||||||
: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?
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package rust-mode
|
(use-package rust-mode
|
||||||
|
|||||||
@@ -41,10 +41,10 @@ super + alt + l
|
|||||||
$HOME/.local/scripts/lock;
|
$HOME/.local/scripts/lock;
|
||||||
|
|
||||||
super + alt + L
|
super + alt + L
|
||||||
xtrlock;
|
i3lock -c 000000;
|
||||||
|
|
||||||
super + ctrl + alt + l
|
super + ctrl + alt + l
|
||||||
i3lock -c 000000;
|
xtrlock;
|
||||||
|
|
||||||
super + ctrl + m
|
super + ctrl + m
|
||||||
$HOME/.local/scripts/mail_fetch
|
$HOME/.local/scripts/mail_fetch
|
||||||
|
|||||||
Reference in New Issue
Block a user