diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/init.el b/init.el index b38e4e8..bc1016f 100644 --- a/init.el +++ b/init.el | |||
@@ -2263,13 +2263,6 @@ See also `crux-reopen-as-root-mode'." | |||
2263 | ;; (advice-add 'counsel-yank-pop-action :around | 2263 | ;; (advice-add 'counsel-yank-pop-action :around |
2264 | ;; #'+vterm-counsel-yank-pop-action)) | 2264 | ;; #'+vterm-counsel-yank-pop-action)) |
2265 | 2265 | ||
2266 | (setup (:straight-when w3m | ||
2267 | (executable-find "w3m")) | ||
2268 | ;; (+with-ensure-after-init | ||
2269 | ;; (:option browse-url-browser-function #'w3m-browse-url | ||
2270 | ;; +browse-url-browser-function browse-url-browser-function)) | ||
2271 | ) | ||
2272 | |||
2273 | (setup (:straight web-mode) | 2266 | (setup (:straight web-mode) |
2274 | (setf (alist-get (rx "." (or "htm" "html" "phtml" "tpl.php" | 2267 | (setf (alist-get (rx "." (or "htm" "html" "phtml" "tpl.php" |
2275 | "asp" "gsp" "jsp" "ascx" "aspx" | 2268 | "asp" "gsp" "jsp" "ascx" "aspx" |