spacemacs/layers/+lang/flow-type/config.el
Maximilian Wolff c6d764e041
Revise flow-type layer
Revise documentation to be spacemacs conform
Reformat code
Make layer correctly declare a dependency on nodejs layer
2019-12-16 13:23:10 +01:00

15 lines
474 B
EmacsLisp

;;; 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'.")