spacemacs/layers/+spacemacs/spacemacs-defaults
duianto 444c6a7565 [defaults] Prevent fullscreen on config reload
problem:
Reloading the configuration: SPC f e R
after changing the variable: dotspacemacs-fullscreen-at-startup
to: t
changes Emacs into fullscreen mode.

solution:
Only check the variable and change to fullscreen mode on startup,
before Spacemacs has been initialized.

Fixes: Reloading config with fullscreen-at-startup t (in macOS) toggles fullscreen mode #13073
2020-12-30 20:43:52 +01:00
..
local/help-fns+ converted cl to cl-lib 2019-12-14 20:20:51 +00:00
config.el [defaults] Prevent fullscreen on config reload 2020-12-30 20:43:52 +01:00
funcs.el Handle buffer move/select/swap to last win nr +1 in all frames 2020-11-19 12:36:07 +01:00
keybindings.el [core] provide keybindings for using narrow with an indirect buffer 2020-10-31 08:57:46 +01:00
packages.el Group line-number funcs under SPC t n (#14014) 2020-10-15 22:37:35 +02:00
README.org [core] evilify Custom-mode if dotspacemacs-editing-style is 'vim 2020-09-16 21:16:23 +02:00

spacemacs-defaults

Description

This layer configures mostly Emacs built-in packages to given them better defaults.

Features:

  • Configures packages:

    • abbrev
    • archive-mode
    • bookmark
    • conf-mode
    • cus-edit
    • dired
    • dired-x
    • display-line-numbers (only in Emacs 26.x and newer)
    • electric-indent-mode
    • easypg
    • ediff
    • eldoc
    • help-fns+
    • hi-lock
    • image-mode
    • imenu
    • linum (only in Emacs 25.x and older)
    • occur-mode
    • package-menu
    • page-break-lines
    • process-menu
    • recentf
    • savehist
    • saveplace
    • subword
    • tar-mode
    • uniquify
    • url
    • visual-line-mode
    • whitespace
    • winner
    • zone