diff options
Diffstat (limited to '.emacs.d/lisp/yasnippet.el')
| -rw-r--r-- | .emacs.d/lisp/yasnippet.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/lisp/yasnippet.el b/.emacs.d/lisp/yasnippet.el index 87536a2..d478073 100644 --- a/.emacs.d/lisp/yasnippet.el +++ b/.emacs.d/lisp/yasnippet.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; yasnippet.el --- Yet another snippet extension for Emacs. | 1 | ;;; yasnippet.el --- Yet another snippet extension for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. |
| 4 | ;; Authors: pluskid <pluskid@gmail.com>, | 4 | ;; Authors: pluskid <pluskid@gmail.com>, |
| 5 | ;; João Távora <joaotavora@gmail.com>, | 5 | ;; João Távora <joaotavora@gmail.com>, |
| 6 | ;; Noam Postavsky <npostavs@gmail.com> | 6 | ;; Noam Postavsky <npostavs@gmail.com> |
| 7 | ;; Maintainer: Noam Postavsky <npostavs@gmail.com> | 7 | ;; Maintainer: Noam Postavsky <npostavs@gmail.com> |
| 8 | ;; Version: 0.12.2 | 8 | ;; Version: 0.13.0 |
| 9 | ;; X-URL: http://github.com/joaotavora/yasnippet | 9 | ;; X-URL: http://github.com/joaotavora/yasnippet |
| 10 | ;; Keywords: convenience, emulation | 10 | ;; Keywords: convenience, emulation |
| 11 | ;; URL: http://github.com/joaotavora/yasnippet | 11 | ;; URL: http://github.com/joaotavora/yasnippet |
| @@ -546,7 +546,7 @@ override bindings from other packages (e.g., `company-mode')." | |||
| 546 | 546 | ||
| 547 | ;;; Internal variables | 547 | ;;; Internal variables |
| 548 | 548 | ||
| 549 | (defconst yas--version "0.12.2") | 549 | (defconst yas--version "0.13.0") |
| 550 | 550 | ||
| 551 | (defvar yas--menu-table (make-hash-table) | 551 | (defvar yas--menu-table (make-hash-table) |
| 552 | "A hash table of MAJOR-MODE symbols to menu keymaps.") | 552 | "A hash table of MAJOR-MODE symbols to menu keymaps.") |
