Skip to content

Instantly share code, notes, and snippets.

@cg00001
cg00001 / init.lua
Last active May 8, 2024 11:37
Textadept sample configuration
-- Adjust the default theme's font and size.
if not CURSES then
view:set_theme('base16-irblack', {font = 'Inconsolata Condensed Medium', size = 14})
end
-- UI Size, this works in 1366x768.
ui.size = {600,742}
-- Enable word-wrapping.
view.wrap_mode = 1