[emacs] Add Yaml-mode indend guide + transparent titlebar ns-

This commit is contained in:
Sebastian Schulze 2018-06-26 16:18:16 +02:00
parent a7c5014424
commit 1444f0332a
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 5 additions and 0 deletions

View File

@ -367,6 +367,11 @@ you should place your code here."
(load-file "~/.spacemacs.d/public/mail-config.el"))
(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 () (auto-fill-mode -1)))
)
;; Do not write anything past this comment. This is where Emacs will