mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +08:00
91edef9f7a
Conflicts: internal_packages/inbox-activity-bar/lib/activity-bar-long-poll-item.cjsx
14 lines
462 B
CoffeeScript
14 lines
462 B
CoffeeScript
# Your init script
|
|
#
|
|
# Atom will evaluate this file each time a new window is opened. It is run
|
|
# after packages are loaded/activated and after the previous editor state
|
|
# has been restored.
|
|
#
|
|
# An example hack to make opened Markdown files always be soft wrapped:
|
|
#
|
|
# path = require 'path'
|
|
#
|
|
# atom.workspaceView.eachEditorView (editorView) ->
|
|
# editor = editorView.getEditor()
|
|
# if path.extname(editor.getPath()) is '.md'
|
|
# editor.setSoftWrapped(true)
|