lispcat
lispcat
I haven't used it for very long but this has been working for me: ```lisp (defun vertico-fontawesome () (interactive) (require 'vertico) (insert (cdr (assoc (completing-read "Font awesome: " (fontawesome--construct-candidates)) (fontawesome--construct-candidates)))))...
## The problem: My hyprland setup and workflow includes setting Qwerty at index 0 and Dvorak at index 1, and using Dvorak exclusively by switching to index 1 at Hyprland...
### Description The side-nav will only show items nested 2 levels deep. I've tried tweaking the `markdown_extensions.toc.toc_depth` and `markdown_extensions.toc.baselevel` variables, but got the same results. ### Reproduction `mkdocs.yml`: ```yaml site_name:...