Skip to content

Instantly share code, notes, and snippets.

View pawelphilipczyk's full-sized avatar

Paweł Philipczyk pawelphilipczyk

  • Gliwice, Poland
View GitHub Profile
@pawelphilipczyk
pawelphilipczyk / gist:5278626
Created March 30, 2013 22:28
HTML: Basic structure
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
# 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 log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->