Quellcode durchsuchen

load PKGBUILD-mode when available

pull/1/head
10sr vor 12 Jahren
Ursprung
Commit
f1684eb7dc
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Datei anzeigen

@@ -648,6 +648,11 @@ drill-instructor.el"
("PKGBUILD\\'" . sh-mode)
,@auto-mode-alist))

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

(setq python-python-command (or (executable-find "python3")
(executable-find "python")))
(defun my-python-run-as-command ()


Laden…
Abbrechen
Speichern