Ver código fonte

Fix browse-url load

master
10sr 4 anos atrás
pai
commit
6cc55ced8b
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Ver arquivo

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



Carregando…
Cancelar
Salvar