From 9ee94ed9023a04921cfc16c8d0a1a03fb8648ecb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 23 Oct 2025 13:10:12 -0500 Subject: feat:browser: Add browser configuration module Introduce `browser-config.el` to handle browser selection and configuration within Emacs. This module discovers available browsers, allows user selection through `M-x cj/choose-browser`, and persists the choice while supporting all link types. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 0bd73b50d..4a89dc3fd 100644 --- a/init.el +++ b/init.el @@ -144,7 +144,7 @@ (require 'games-config) ;; ------------------------------ Modules In Test ------------------------------ - +(require 'browser-config) ;;(require 'wip) ;;(require 'lipsum-generator) ;;(require 'jumper) -- cgit v1.2.3