Browse Source

remove unneeded / from auto-mode-alist

pull/1/head
10sr 12 years ago
parent
commit
e0707fde02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

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


Loading…
Cancel
Save