Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
emacs.el: C-x c to M-x compile
pull/15/head
10sr
hace 9 años
padre
558e890513
commit
eef580e6c7
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
emacs.el
+ 1
- 0
emacs.el
Ver fichero
@@ -2523,6 +2523,7 @@ Commands are searched from ALIST."
;; (interactive)
;; (compile "make -k"))
(defalias 'make 'compile)
(define-key ctl-x-map "c" 'compile)
(defvar sed-in-place-history nil
"History of `sed-in-place'.")
Escribir
Vista previa
Cargando…
Cancelar
Guardar