e scr.color = true
e dbg.bep = loader
e asm.syntax = att

# Show comments at right of disassembly if they fit in screen
e asm.cmtright=true

# Shows pseudocode in disassembly. Eg mov eax, str.ok = > eax = str.ok
e asm.pseudo = true

# Display stack and register values on top of disasembly view (visual mode)
e cmd.stack = true

# Solarized theme
#eco solarized

# Use UTF-8 to show cool arrows that do not look like crap :)
e scr.utf8 = true
