spacemacs/layers/+lang/flow-type/config.el

15 lines
474 B
EmacsLisp
Raw Normal View History

;;; config.el --- flow-type layer configuration file for Spacemacs.
;;
;; Copyright (c) 2012-2019 Sylvain Benner & Contributors
;;
;; Author: Mike Holm <coldpour@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar flow-type-enable-eldoc-type-info t
"When t, automatically display the type under the cursor using eldoc.
When nil, types can be displayed manually with `flow-minor-type-at-pos'.")