9066d073b2
Move the variable definitions to config.el and eval-after-load the key binding on SPC m g g.
16 lines
388 B
EmacsLisp
16 lines
388 B
EmacsLisp
;;; config.el --- faust Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Bart Brouns <bart@magnetophon.nl>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; Variables
|
|
|
|
(spacemacs|defvar-company-backends faust-mode)
|
|
|
|
(spacemacs|define-jump-handlers faust-mode)
|