;; -*- lexical-binding: t -*-
;;
;;; config.el --- Spacemacs Multiple Cursors Layer packages File
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
;; Author: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;; This file is not part of GNU Emacs.
;;; License: GPLv3
(defvar multiple-cursors-backend 'evil-mc
"The package used as the backend for multiple cursors functionality.
Possible values are `mc' or `evil-mc'.")