aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-12-04 20:53:18 +0800
committerAaron LI <aaronly.me@outlook.com>2016-12-04 20:53:18 +0800
commit79adb8c2071c06ea97ade83db0b703a661be54a0 (patch)
tree3b902fd7b46a17f3facf824d200f1c5a6ff4ba62 /_spacemacs.d
parentd140c1150db21b2957379c778d5974ff951e459f (diff)
downloaddotfiles-79adb8c2071c06ea97ade83db0b703a661be54a0.tar.bz2
_spacemacs: Remove the commented settings on "fill column indicator"
Diffstat (limited to '_spacemacs.d')
-rw-r--r--_spacemacs.d/init.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el
index 6abb741..cc4aa21 100644
--- a/_spacemacs.d/init.el
+++ b/_spacemacs.d/init.el
@@ -463,16 +463,6 @@
;; Set monospaced font size for Chinese (from `chinese' layer)
(spacemacs//set-monospaced-font "M+ 1mn" "WenQuanYi Zen Hei" 14 14)
;;
- ;; Enable fill column indicator in most modes, except for `org-mode'
- ;; Credit: https://github.com/syl20bnr/spacemacs/issues/4506
- ;; WARNING:
- ;; `fci-mode' has issue with `truncate-lines'
- ;; https://github.com/alpaker/Fill-Column-Indicator/issues/26
- ;(setq fci-handle-truncate-lines nil)
- ;(add-hook 'prog-mode-hook 'turn-on-fci-mode)
- ;(add-hook 'text-mode-hook 'turn-on-fci-mode)
- ;(add-hook 'org-mode-hook 'turn-off-fci-mode 'append)
- ;;
;; ESS: Turn off the automatic replacement of `_' by `<-'
(add-hook 'ess-mode-hook (lambda () (ess-toggle-underscore nil)))
;;