diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-27 21:19:39 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-27 21:19:39 -0400 |
commit | 2e6000b26534fed0464670c3b32cfed3fd5478ba (patch) | |
tree | 51a3d9cf274efa6174a11dfb3cd3646ac71de981 | |
parent | Fix dired icon colors (diff) | |
download | mmosmacs-2e6000b26534fed0464670c3b32cfed3fd5478ba.tar.gz mmosmacs-2e6000b26534fed0464670c3b32cfed3fd5478ba.tar.bz2 mmosmacs-2e6000b26534fed0464670c3b32cfed3fd5478ba.zip |
Set default browser to `firefox-bin`
-rw-r--r-- | init.el | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. |