diff options
| author | Simeon Simeonov | 2016-05-02 08:28:11 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2016-05-02 08:28:11 +0200 |
| commit | 29f6287f356ef9fc016e2f26861ff9a14443f3ea (patch) | |
| tree | 1c3afd6ded9ca1588db276ce551e4b3255077364 /.emacs.d/lisp/yaml-mode.el | |
| parent | a6a2922c75fa06fb2496d2ba59520a121205fd26 (diff) | |
Upgrade php-mode yaml-mode and yasnippet.
Diffstat (limited to '.emacs.d/lisp/yaml-mode.el')
| -rw-r--r-- | .emacs.d/lisp/yaml-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el index 39c0e57..b8c1ddb 100644 --- a/.emacs.d/lisp/yaml-mode.el +++ b/.emacs.d/lisp/yaml-mode.el | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | ;; handle files ending in '.yml', add something like: | 41 | ;; handle files ending in '.yml', add something like: |
| 42 | ;; | 42 | ;; |
| 43 | ;; (require 'yaml-mode) | 43 | ;; (require 'yaml-mode) |
| 44 | ;; (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) | 44 | ;; (add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)) |
| 45 | ;; | 45 | ;; |
| 46 | ;; to your .emacs file. | 46 | ;; to your .emacs file. |
| 47 | ;; | 47 | ;; |
| @@ -431,7 +431,7 @@ cross boundaries of block literals." | |||
| 431 | yaml-mode-version) | 431 | yaml-mode-version) |
| 432 | 432 | ||
| 433 | ;;;###autoload | 433 | ;;;###autoload |
| 434 | (add-to-list 'auto-mode-alist '("\\.e?ya?ml$" . yaml-mode)) | 434 | (add-to-list 'auto-mode-alist '("\\.e?ya?ml\\'" . yaml-mode)) |
| 435 | 435 | ||
| 436 | (provide 'yaml-mode) | 436 | (provide 'yaml-mode) |
| 437 | 437 | ||
