Explorar el Código

Fix browse-url load

master
10sr hace 4 años
padre
commit
6cc55ced8b
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Ver fichero

@@ -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__")



Cargando…
Cancelar
Guardar