- ;; If non nil then spacemacs will check for updates at startup
- ;; when the current branch is not `develop'. (default t)
- dotspacemacs-check-for-update t
- ;; One of `vim', `emacs' or `hybrid'. Evil is always enabled but if the
- ;; variable is `emacs' then the `holy-mode' is enabled at startup. `hybrid'
- ;; uses emacs key bindings for vim's insert mode, but otherwise leaves evil
- ;; unchanged. (default 'vim)
- dotspacemacs-editing-style 'vim
- ;; If non nil output loading progress in `*Messages*' buffer. (default nil)
+ ;; If non-nil then spacemacs will check for updates at startup
+ ;; when the current branch is not `develop'. Note that checking for
+ ;; new versions works via git commands, thus it calls GitHub services
+ ;; whenever you start Emacs. (default nil)
+ dotspacemacs-check-for-update nil
+ ;; If non-nil, a form that evaluates to a package directory. For example, to
+ ;; use different package directories for different Emacs versions, set this
+ ;; to `emacs-version'.
+ dotspacemacs-elpa-subdirectory nil
+ ;; One of `vim', `emacs' or `hybrid'.
+ ;; `hybrid' is like `vim' except that `insert state' is replaced by the
+ ;; `hybrid state' with `emacs' key bindings. The value can also be a list
+ ;; with `:variables' keyword (similar to layers). Check the editing styles
+ ;; section of the documentation for details on available variables.
+ ;; (default 'vim)
+ dotspacemacs-editing-style 'emacs
+ ;; If non-nil output loading progress in `*Messages*' buffer. (default nil)