[emacs] Take spaceline doom mode for a spin

This commit is contained in:
Sebastian Schulze 2019-01-07 08:24:04 +01:00
parent 81ea03a473
commit 03224ed9ee
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 6 additions and 3 deletions

View File

@ -98,6 +98,7 @@ values."
flycheck-yamllint
flymake-shellcheck
logstash-conf
ox-epub
)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
@ -309,7 +310,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 '(spacemacs)
dotspacemacs-mode-line-theme '(doom)
;; 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)
@ -405,7 +406,7 @@ you should place your code here."
(load-file "~/.spacemacs.d/private/mail-config.el"))
(spaceline-toggle-minor-modes-off)
;(spaceline-toggle-minor-modes-off)
(load-file "~/.spacemacs.d/public/org-config.el")
(add-hook 'yaml-mode-hook
'indent-guide-mode
@ -429,6 +430,8 @@ you should place your code here."
(require 'atomic-chrome)
(atomic-chrome-start-server)
(setq atomic-chrome-default-major-mode 'markdown-mode)
(setq web-mode-engines-alist
'(("go" . "\\.phtml\\'")))
)
;; Do not write anything past this comment. This is where Emacs will

View File

@ -209,7 +209,7 @@
(add-to-list 'org-global-properties
'("Effort_ALL". "0:05 0:15 0:30 1:00 2:00 3:00 4:00"))
(spacemacs/toggle-mode-line-org-clock-on)
;(spacemacs/toggle-mode-line-org-clock-on)
(provide 'org-config)
;;; org-config.el ends here