spacemacs/layers/+distributions/spacemacs-base
bmag a1c02ba323 dsm-line-numbers: support parent modes, fix mode restriction
Specifying parent modes (e.g. prog-mode) in :enabled-for-modes and
:disabled-for-modes keys in dotspacemacs-line-numbers catches derived
modes (e.g. c-mode) as well.

Fix bug where an empty :disabled-for-modes and a non-empty :enabled-for-modes
enabled line numbers everywhere, instead of only in modes specified in
:enabled-for-modes. (see https://github.com/syl20bnr/spacemacs/issues/8482)

Add auxiliary function spacemacs/derived-mode-p, similar to derived-mode-p but
takes a major-mode as an argument instead of using the current major-mode.
2017-03-13 21:04:00 +02:00
..
local Update bitbucket evil urls to github evil urls 2017-03-10 13:10:33 +02:00
config.el Add Buffer-menu-mode to global-auto-revert-ignore-modes 2017-02-28 19:01:36 -05:00
funcs.el dsm-line-numbers: support parent modes, fix mode restriction 2017-03-13 21:04:00 +02:00
keybindings.el Refactor transparency functions 2017-03-03 18:14:35 +02:00
packages.el