Update dot_config/doom/config.el

This commit is contained in:
Dorian Wood 2021-04-26 06:11:53 -04:00
parent 4a470ae209
commit 4552144f3e
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@
;; Set the default browser to emacs-w3m
;;(setq browse-url-browser-function `w3m-browse-url)
(setq browse-url-browser-function `browse-url-firefox)
(autoload `w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
;;(autoload `w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
;; Turn off line highlighting.
(global-hl-line-mode -1)
(defun copy-all ()
"Copy entire buffer to clipboard"