Sfoglia il codice sorgente

Fix browse-url load

master
10sr 4 anni fa
parent
commit
6cc55ced8b
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Vedi File

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

;; (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__")



Caricamento…
Annulla
Salva