16 lines
356 B
EmacsLisp
16 lines
356 B
EmacsLisp
|
;;; config.el --- prettier Layer configuration file for Spacemacs
|
||
|
;;
|
||
|
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
||
|
;;
|
||
|
;; Author: Seong Yong-ju <sei40kr@gmail.com>
|
||
|
;; URL: https://github.com/syl20bnr/spacemacs
|
||
|
;;
|
||
|
;; This file is not part of GNU Emacs.
|
||
|
;;
|
||
|
;;; License: GPLv3
|
||
|
|
||
|
;; Variables
|
||
|
|
||
|
(defvar spacemacs--prettier-modes nil
|
||
|
"List of mode.")
|