Explorar el Código

Do not clear indent-line-function value

Revers 1a72e2 .
pull/15/head
10sr hace 7 años
padre
commit
201f24cb2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

@@ -358,7 +358,7 @@ found, otherwise returns nil."
(setq-default indicate-empty-lines t) ; when using x indicate empty line
(setq-default tab-width 4)
(setq-default indent-tabs-mode nil)
(setq-default indent-line-function nil)
;; (setq-default indent-line-function nil)
(setq-default truncate-lines nil)
;; (pc-selection-mode 1) ; make some already defined keybind back to default
(delete-selection-mode 1)


Cargando…
Cancelar
Guardar