Browse Source

Fix browse-url load

master
10sr 4 years ago
parent
commit
6cc55ced8b
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el View File

@@ -1898,8 +1898,9 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."


;; (ffap-bindings) ;; (ffap-bindings)


(set-variable 'browse-url-browser-function
'eww-browse-url)
(with-eval-after-load 'browse-url
(set-variable 'browse-url-browser-function
'eww-browse-url))


(set-variable 'sh-here-document-word "__EOC__") (set-variable 'sh-here-document-word "__EOC__")




Loading…
Cancel
Save