Compare commits

..

2 commits

Author SHA1 Message Date
d5e4545bb2
nvim/ftplugin: set comment string for alex 2026-01-30 13:21:14 +01:00
7ff36d8926
home/{firefox,zen-browser}: don't always underline links
This is actually very noisy in GitHub
2026-01-29 22:48:48 +01:00
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
vim.bo.commentstring = "-- %s"

View file

@ -59,7 +59,6 @@ in
"browser.tabs.closeWindowWithLastTab" = true; "browser.tabs.closeWindowWithLastTab" = true;
"general.smoothScroll" = false; # makes me dizzy "general.smoothScroll" = false; # makes me dizzy
"accessibility.typeaheadfind" = true; # type to find "accessibility.typeaheadfind" = true; # type to find
"layout.css.always_underline_links" = true;
"media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled" = true; "media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled" = true;
# Sponsored crap # Sponsored crap