From 7ff36d892632c9e12bab51fa48ad13bad16428e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 29 Jan 2026 22:48:48 +0100 Subject: [PATCH 1/2] home/{firefox,zen-browser}: don't always underline links This is actually very noisy in GitHub --- nix/homeModules/common/firefox.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 27d93132..18981f77 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -59,7 +59,6 @@ in "browser.tabs.closeWindowWithLastTab" = true; "general.smoothScroll" = false; # makes me dizzy "accessibility.typeaheadfind" = true; # type to find - "layout.css.always_underline_links" = true; "media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled" = true; # Sponsored crap From d5e4545bb2dcb99f84c181385d3934ed711dc9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 30 Jan 2026 13:21:14 +0100 Subject: [PATCH 2/2] nvim/ftplugin: set comment string for alex --- .config/nvim/ftplugin/alex.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/nvim/ftplugin/alex.lua diff --git a/.config/nvim/ftplugin/alex.lua b/.config/nvim/ftplugin/alex.lua new file mode 100644 index 00000000..fc0ba12d --- /dev/null +++ b/.config/nvim/ftplugin/alex.lua @@ -0,0 +1 @@ +vim.bo.commentstring = "-- %s"