Set Default Browser

This commit is contained in:
Jesús
2019-10-26 19:05:08 -05:00
parent 5f1c2fbc10
commit b40b52e81e
2 changed files with 7 additions and 10 deletions

View File

@@ -78,6 +78,12 @@
'(2 "_NET_WM_STATE_FULLSCREEN" 0)))
(global-set-key (kbd "<f11>") 'myemacs/toggle-fullscreen) ; F11 FullScreen
;;----------------------------------------------------------------------------
;; Define custom browser
;;----------------------------------------------------------------------------
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "iceweasel-uxp")
;;----------------------------------------------------------------------------
;; clock
;;----------------------------------------------------------------------------