From 9fa2fbc862d328398ebe9b5c24762c78357ee106 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 12 May 2016 03:06:39 -0400 Subject: [PATCH] core-ui: disable buffer boundary indicators --- core/core-ui.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index 55668e73f..4ed45c0c8 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -12,13 +12,13 @@ visible-bell nil visible-cursor nil x-stretch-cursor t - use-dialog-box nil ; always avoid GUI - redisplay-dont-pause t ; don't pause display on input - indicate-buffer-boundaries t ; show indicators where buffer starts/ends - indicate-empty-lines t ; show indicators on empty lines - fringes-outside-margins t ; switches order of fringe and margin - split-width-threshold nil ; favor horizontal splits - show-help-function nil ; hide :help-echo text + use-dialog-box nil ; always avoid GUI + redisplay-dont-pause t ; don't pause display on input + indicate-buffer-boundaries nil ; don't show where buffer starts/ends + indicate-empty-lines t ; show empty lines + fringes-outside-margins t ; switches order of fringe and margin + split-width-threshold nil ; favor horizontal splits + show-help-function nil ; hide :help-echo text jit-lock-defer-time nil jit-lock-stealth-nice 0.1