Procházet zdrojové kódy

add PKGBUILD to auto-mode-alist

pull/1/head
10sr před 12 roky
rodič
revize
f954fb702b
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el Zobrazit soubor

@@ -647,12 +647,11 @@ drill-instructor.el"
(shell-command (buffer-substring-no-properties (point-at-bol)
(point))))

;; (add-to-list 'auto-mode-alist
;; '("\\(xinitrc\\|xprograms\\)\\'" . sh-mode))
(setq auto-mode-alist
`(("autostart\\'" . sh-mode)
("xinitrc\\'" . sh-mode)
("xprograms\\'" . sh-mode)
("PKGBUILD\\'" . sh-mode)
,@auto-mode-alist))

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


Načítá se…
Zrušit
Uložit