13 lines
396 B
EmacsLisp
13 lines
396 B
EmacsLisp
;;; packages.el --- rebox layer configuration file for Spacemacs.
|
|
;;
|
|
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Christian E. Hopps <chopps@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(defvar rebox-enable-in-text-mode nil
|
|
"If non nil then `rebox-mode' in enabled in `text-mode' buffers.")
|