From 7cfe2369cad84b1d4dbcaca7396515cf1adfeae8 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 3 May 2016 17:12:49 +0800 Subject: _spacemacs: set tilde-fringe and final-newline --- _spacemacs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_spacemacs') diff --git a/_spacemacs b/_spacemacs index be95107..9b4a6e0 100644 --- a/_spacemacs +++ b/_spacemacs @@ -3,7 +3,7 @@ ;; ;; Aaron LI ;; Created: 2016-04-30 -;; Updated: 2016-05-01 +;; Updated: 2016-05-03 ;; @@ -283,6 +283,10 @@ layers configuration. You are free to put any user code." (spacemacs//set-monospaced-font "Source Code Pro" "WenQuanYi Zen Hei" 14 16) ;; Complete by typing instead of waiting for the delay timer (setq company-idle-delay 0) + ;; Display tildes in the fringe on empty lines + (global-vi-tilde-fringe-mode) + ;; Put a newline at the end of file if there isn't already one there + (setq-default require-final-newline t) ) ;; Do not write anything past this comment. This is where Emacs will -- cgit v1.2.2