From 98c4a10c9b2c0120fda0c541a89f67d3d953dd94 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 0bd73b50..4a89dc3f 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