I hereby claim:
- I am valetarton on github.
- I am valetarton (https://keybase.io/valetarton) on keybase.
- I have a public key ASB9FsgNtLZnwZjse0r9XM9GKP2yPAFvF1RM3UYPZSVJkgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
sudo pacman --no-confirm -S code podman buildah vim emacs-nox |
(require 'org) | |
(define-key global-map "\C-cl" 'org-store-link) | |
(define-key global-map "\C-ca" 'org-agenda) | |
(setq org-log-done t) | |
;; The following sticks the notes into the drawer | |
(setq org-log-into-drawer "NOTES") | |
(setq org-clock-into-drawer "CLOCK") | |
(setq org-adapt-indentation t) |
"set background=light | |
filetype plugin indent on | |
" show existing tab with 4 spaces width | |
set tabstop=4 | |
" when indenting with '>', use 4 spaces width | |
set shiftwidth=4 | |
" On pressing tab, insert 4 spaces | |
set expandtab | |
"Rust Stuff |