X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.org;h=28016d41f98b48aafd61ad6722af8343ea70f6b0;hb=7d0534b69969215a324ba8888f81bd9892d1a270;hp=be4c70bbbb8ab80fd6a3ae63e623bdd98601b795;hpb=6117ae21d7443029d9948ac1882596fe3c479446;p=config.org.git diff --git a/config.org b/config.org index be4c70b..28016d4 100644 --- a/config.org +++ b/config.org @@ -123,7 +123,7 @@ Highlight whitespace and other bad text practices. (add-hook hook (lambda () (whitespace-mode 1)))) #+end_src ** Highlight todo items in comments -+begin_src emacs-lisp +#+begin_src emacs-lisp (use-package hl-todo :straight (hl-todo :type git :host github :repo "tarsius/hl-todo") :config (global-hl-todo-mode 1)) @@ -363,7 +363,7 @@ Contexts are a not very well known feature of mu4e that makes it super easy to m Channel school-channel Far :school-remote: Near :school-local: - Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/All Mail" + Patterns * ![Gmail]* Group school Channel school-channel @@ -948,6 +948,8 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac export PAGER='less' export GTK_USE_PORTAL=1 export CDPATH=:~ + export LESSHISTFILE=/dev/null + export PATH="/home/armaa/.local/bin:$PATH" # prioritize .local/bin export PATH="/home/armaa/src/bin:$PATH" # prioritize my bin @@ -1036,9 +1038,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac #+end_src **** Virtual machines, chroots #+begin_src shell :tangle ~/.config/ash/ashrc - alias ckiss="doas chrooter ~/Virtual/kiss" - alias cdebian="doas chrooter ~/Virtual/debian bash" - alias cwindows='devour qemu-system-x86_64 \ + alias cwindows='qemu-system-x86_64 \ -smp 3 \ -cpu host \ -enable-kvm \ @@ -1047,8 +1047,8 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac -device intel-hda \ -device hda-duplex \ -net nic \ - -net user,smb=/home/armaa/Public \ - -drive format=qcow2,file=/home/armaa/Virtual/windows.qcow2' + -net user,smb=/home/armaa/public \ + -drive format=qcow2,file=/home/armaa/virtual/windows.qcow2' #+end_src **** Latin #+begin_src shell :tangle ~/.config/ash/ashrc @@ -1217,8 +1217,8 @@ I use tmux in order to keep my st build light. Still learning how it works. *** Agent #+begin_src conf :tangle ~/.gnupg/gpg-agent.conf pinentry-program /sbin/pinentry - max-cache-ttl 600 - default-cache-ttl 600 + max-cache-ttl 6000 + default-cache-ttl 6000 allow-emacs-pinentry #+end_src ** Xmodmap