From d2ed3d33677017331efc332d606d4dce35b5a046 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 2 Nov 2019 15:53:58 +0000 Subject: [PATCH] Add noflash to nexrc In voidlinux, it's on by default, which is a PITA. While there, set all options in a single line. --- dotfiles/nexrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dotfiles/nexrc b/dotfiles/nexrc index 285512b..5d94608 100644 --- a/dotfiles/nexrc +++ b/dotfiles/nexrc @@ -9,10 +9,4 @@ " Dedication along with this software. If not, see " . -set autoindent -set iclower -set leftright -set ruler -set showmatch -set showmode -set wrapscan +set autoindent noflash iclower leftright ruler showmatch showmode wrapscan