aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-05-03 17:12:49 +0800
committerAaron LI <aaronly.me@gmail.com>2016-05-03 17:12:49 +0800
commit7cfe2369cad84b1d4dbcaca7396515cf1adfeae8 (patch)
tree732d205c9e27a797f5b7610bb804f4c4a77c5877 /_spacemacs
parentbb5e8cad82ea9a3990b685229f746da0924aa8ec (diff)
downloaddotfiles-7cfe2369cad84b1d4dbcaca7396515cf1adfeae8.tar.bz2
_spacemacs: set tilde-fringe and final-newline
Diffstat (limited to '_spacemacs')
-rw-r--r--_spacemacs6
1 files changed, 5 insertions, 1 deletions
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