Explorar el Código

remove unneeded / from auto-mode-alist

pull/1/head
10sr hace 12 años
padre
commit
e0707fde02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

@@ -650,7 +650,7 @@ drill-instructor.el"

(when (locate-library "pkgbuild-mode")
(autoload 'pkgbuild-mode "pkgbuild-mode.el" "PKGBUILD mode." t)
(setq auto-mode-alist (append '(("/PKGBUILD$" . pkgbuild-mode))
(setq auto-mode-alist (append '(("PKGBUILD\\'" . pkgbuild-mode))
auto-mode-alist)))

(setq python-python-command (or (executable-find "python3")


Cargando…
Cancelar
Guardar