This commit is contained in:
João Távora 2012-04-28 17:20:03 +01:00
parent dad9612b3c
commit 7bf1517898

View File

@ -1689,6 +1689,9 @@ Below TOP-LEVEL-DIR., each directory is a mode name."
;; Reload the direct keybindings ;; Reload the direct keybindings
;; ;;
(yas/direct-keymaps-reload) (yas/direct-keymaps-reload)
;; Reload the trigger-key (shoudn't be needed, but see issue #237)
;;
(yas/trigger-key-reload)
(yas/message 3 "Reloaded everything...%s." (if errors " (some errors, check *Messages*)" "")))) (yas/message 3 "Reloaded everything...%s." (if errors " (some errors, check *Messages*)" ""))))
(defun yas/quote-string (string) (defun yas/quote-string (string)