Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contrib/ee/ee.1
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ The file \fI\/usr/share/misc/init.ee\fR is read first, then
\fI$HOME/.init.ee\fR, then \fI.init.ee\fR, with the settings specified by the most
recent file read taking precedence.
.PP
An example initialization file is provided in
\fI/usr/share/examples/ee/init.ee\fR.
The following items may be entered in the initialization file:
.RS 4
.IP \fBcase\fR
Expand Down
23 changes: 23 additions & 0 deletions share/examples/ee/init.ee
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Example init.ee for ee (easy editor)

# Display
noinfo
nohighlight

# Formatting
noexpand
margins
rightmargin 72
noautoformat

# Search
nocase

# Character display
eightbit

# Key bindings
noemacs

# Printing
printcommand lp
Loading