From e7c103b556b60d95dd3fe9d3a0e337c1a622833c Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 13 May 2018 10:28:39 -0400 Subject: [PATCH] coffeescript: add jump handler --- layers/+lang/coffeescript/config.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layers/+lang/coffeescript/config.el diff --git a/layers/+lang/coffeescript/config.el b/layers/+lang/coffeescript/config.el new file mode 100644 index 000000000..d79f48c1a --- /dev/null +++ b/layers/+lang/coffeescript/config.el @@ -0,0 +1,12 @@ +;;; config.el --- CoffeeScript Layer Configuration File for Spacemacs +;; +;; Copyright (c) 2012-2018 Sylvain Benner & Contributors +;; +;; Author: Sylvain Benner +;; URL: https://github.com/syl20bnr/spacemacs +;; +;; This file is not part of GNU Emacs. +;; +;;; License: GPLv3 + +(spacemacs|define-jump-handlers coffee-mode)