aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9b3a7dc..aef5b71 100644
--- a/init.el
+++ b/init.el
@@ -1405,6 +1405,23 @@
1405 1405
1406 1406
1407;; --------------------------------------------------------------------- 1407;; ---------------------------------------------------------------------
1408;;; Applications
1409;; ---------------------------------------------------------------------
1410
1411;; ---------------------------------
1412;; Web Browsers
1413;; ------------
1414;; Gotta be able to browse the web
1415;; ---------------------------------
1416
1417;; Default Browser
1418(setq browse-url-firefox-program "firefox-bin")
1419(setq browse-url-browser-function 'browse-url-firefox)
1420
1421
1422
1423
1424;; ---------------------------------------------------------------------
1408;;; Keybinds 1425;;; Keybinds
1409;; --------- 1426;; ---------
1410;; For now, just a few simple changes. 1427;; For now, just a few simple changes.