Преглед на файлове

add to auto-mode-alist

pull/1/head
10sr преди 12 години
родител
ревизия
c28f311d43
променени са 1 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. +7
    -2
      emacs.el

+ 7
- 2
emacs.el Целия файл

@@ -585,8 +585,13 @@ Return nil if library unfound and failed to download, otherwise the path where t
(shell-command (buffer-substring-no-properties (point-at-bol)
(point))))

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

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


Зареждане…
Отказ
Запис