diff options
author | Case Duckworth | 2022-04-12 22:40:48 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-12 22:40:48 -0500 |
commit | 3970a88dd9dd72c41bf1350fe2aae21da2ec432a (patch) | |
tree | 8ef4f67bd641b6b7ffdb3bd617c578fddb8649fa | |
parent | Add shr-heading from oantolin (diff) | |
download | emacs-3970a88dd9dd72c41bf1350fe2aae21da2ec432a.tar.gz emacs-3970a88dd9dd72c41bf1350fe2aae21da2ec432a.zip |
Remove unused w3m setup form
-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" |