]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Fix typo
[config.org.git] / config.org
index 54cf4036f3a7ddf892be854fce65a6e396ebd0bf..28016d41f98b48aafd61ad6722af8343ea70f6b0 100644 (file)
@@ -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