summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-26 23:21:49 -0500
committerJune McEnroe <june@causal.agency>2021-01-27 00:19:08 -0500
commite10f6246fdafa698fcef3a841fcd9f5e28e22484 (patch)
treeb9c10a653492ba5ef1fe8709eb95fd77e186c6ce /home
parentUse First state to match keyword at beginning of line (diff)
downloadsrc-e10f6246fdafa698fcef3a841fcd9f5e28e22484.tar.gz
src-e10f6246fdafa698fcef3a841fcd9f5e28e22484.zip
Set para and sect for mdoc
Copied from the OpenBSD defaults.
Diffstat (limited to '')
-rw-r--r--home/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index e6f75db3..08dd75c9 100644
--- a/home/.profile
+++ b/home/.profile
@@ -8,7 +8,7 @@ path /usr/games
 
 export EDITOR=vi
 type nvi >/dev/null && EDITOR=nvi
-export EXINIT='set ai ic sm sw=4 ts=4 | map gg 1G'
+export EXINIT='set ai ic sm sw=4 ts=4 para=BlBdPpIt sect=ShSs | map gg 1G'
 export PAGER=less
 export LESS=FRXix4
 export CLICOLOR=1
6b81&follow=1'>Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe