aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-23 13:10:12 -0500
committerCraig Jennings <c@cjennings.net>2025-10-23 13:10:12 -0500
commit9ee94ed9023a04921cfc16c8d0a1a03fb8648ecb (patch)
tree039464403618ae903274d476b30685e0e4876f21 /init.el
parent88913875e02405e6ea9a2719363bf67a5e0c10df (diff)
downloaddotemacs-9ee94ed9023a04921cfc16c8d0a1a03fb8648ecb.tar.gz
dotemacs-9ee94ed9023a04921cfc16c8d0a1a03fb8648ecb.zip
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.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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)