about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-09-04 18:25:25 -0500
committerCase Duckworth2020-09-04 18:25:25 -0500
commite89bfab469739b3c22bda93ebbb3ca3161e11074 (patch)
treeeabb83ed97af14462dfa7657a7b0a83c4dbbd52b /init.el
parentSetup template for platform-specificity (diff)
downloademacs-e89bfab469739b3c22bda93ebbb3ca3161e11074.tar.gz
emacs-e89bfab469739b3c22bda93ebbb3ca3161e11074.zip
Re-enable exwm-firefox
Diffstat (limited to 'init.el')
-rw-r--r--init.el30
1 files changed, 15 insertions, 15 deletions
diff --git a/init.el b/init.el index ebf6f1e..8aca951 100644 --- a/init.el +++ b/init.el
@@ -135,21 +135,21 @@
135 (require 'exwm-systemtray) 135 (require 'exwm-systemtray)
136 (exwm-systemtray-enable)) 136 (exwm-systemtray-enable))
137 137
138;; (use-package exwm-firefox-core 138(use-package exwm-firefox-core
139;; :after exwm 139 :after exwm
140;; :straight (exwm-firefox-core 140 :straight (exwm-firefox-core
141;; :type git 141 :type git
142;; :host github 142 :host github
143;; :repo "walseb/exwm-firefox-core")) 143 :repo "walseb/exwm-firefox-core"))
144 144
145;; (use-package exwm-firefox 145 (use-package exwm-firefox
146;; :after exwm-firefox-core 146 :after exwm-firefox-core
147;; :straight (exwm-firefox 147 :straight (exwm-firefox
148;; :type git 148 :type git
149;; :host github 149 :host github
150;; :repo "ieure/exwm-firefox") 150 :repo "ieure/exwm-firefox")
151;; :config 151 :config
152;; (exwm-firefox-mode)) 152 (exwm-firefox-mode))
153 153
154(setq browse-url-browser-function 'browse-url-generic 154(setq browse-url-browser-function 'browse-url-generic
155 browse-url-generic-program "firefox") 155 browse-url-generic-program "firefox")