[emacs] Fixup a few spacemacs startup defaults (banner, modeline, etc)

This commit is contained in:
Sebastian Schulze 2018-09-06 01:12:35 +02:00
parent 6a9d3620f7
commit c948d41cfb
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 6 deletions

View File

@ -155,7 +155,7 @@ values."
;; directory. A string value must be a path to an image format supported
;; by your Emacs build.
;; If the value is nil then no banner is displayed. (default 'official)
dotspacemacs-startup-banner 'official
dotspacemacs-startup-banner 'nil
;; List of items to show in startup buffer or an association list of
;; the form `(list-type . list-size)`. If nil then it is disabled.
;; Possible values for list-type are:
@ -165,9 +165,9 @@ values."
dotspacemacs-startup-lists '((recents . 5)
(projects . 7))
;; True if the home buffer should respond to resize events.
dotspacemacs-startup-buffer-responsive t
dotspacemacs-startup-buffer-responsive nil
;; Default major mode of the scratch buffer (default `text-mode')
dotspacemacs-scratch-mode 'text-mode
dotspacemacs-scratch-mode 'emacs-lisp-mode
;; List of themes, the first of the list is loaded when spacemacs starts.
;; Press <SPC> T n to cycle to the next theme in the list (works great
;; with 2 themes variants, one dark and one light)
@ -305,7 +305,7 @@ values."
;; If non nil unicode symbols are displayed in the mode line. (default t)
dotspacemacs-mode-line-unicode-symbols t
dotspacemacs-mode-line-theme '(all-the-icons)
dotspacemacs-mode-line-theme '(spacemacs)
;; If non nil smooth scrolling (native-scrolling) is enabled. Smooth
;; scrolling overrides the default behavior of Emacs which recenters point
;; when it reaches the top or bottom of the screen. (default t)
@ -402,8 +402,6 @@ you should place your code here."
(setq spaceline-all-the-icons-time-p nil)
(load-file "~/.spacemacs.d/public/org-config.el")
(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
(add-to-list 'default-frame-alist '(ns-appearance . dark))
(add-hook 'yaml-mode-hook
'indent-guide-mode
(lambda ()