62fdd198bb
racket-xp-mode is an optional minor mode that enhances the racket-mode to explain and explore Racket code. The racket-xp-mode is started with a mode-hook on racket-mode. Deprecated racket-mode functions are replaced with their racket-xp-mode versions. The remaining racket-xp-mode functions are added to keybindings as per Spacemacs conventions. Also add the racket-mode directory to .gitignore.
14 lines
392 B
EmacsLisp
14 lines
392 B
EmacsLisp
;;; config.el --- Racket Layer Configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; variables
|
|
|
|
(spacemacs|define-jump-handlers racket-mode racket-xp-mode racket-xp-visit-definition)
|