base: Set the default browser
Set the default browser to firefox.
This commit is contained in:
parent
e19e5b0a4e
commit
ec0e341d98
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
;; configure the browser
|
;; configure the browser
|
||||||
(setq browse-url-browser-function 'browse-url-generic
|
(setq browse-url-browser-function 'browse-url-generic
|
||||||
browse-url-generic-program "qutebrowser")
|
browse-url-generic-program "firefox")
|
||||||
|
|
||||||
;; use space instead of tabs
|
;; use space instead of tabs
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
Loading…
Reference in a new issue