spacemacs/layers/typography/config.el
Sebastian Wiesner 05fe68ba23 Add typography layer
Provides typo mode for typographic substitutions and tildify mode for
automagic non-breaking space insertion.
2015-11-06 15:21:34 +01:00

14 lines
379 B
EmacsLisp

;;; config.el --- typography Layer configuration
;;
;; Copyright (c) 2015 Sylvain Benner & Contributors
;;
;; Author: Sebastian Wiesner <swiesner@lunaryorn.com
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar typography-enable-typographic-editing nil
"If non-nil automatically enable typographic editing.")