Skip to content

Instantly share code, notes, and snippets.

@spiegel-im-spiegel
Last active February 8, 2018 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spiegel-im-spiegel/97702f45ed9784bc2a73 to your computer and use it in GitHub Desktop.
Save spiegel-im-spiegel/97702f45ed9784bc2a73 to your computer and use it in GitHub Desktop.
ATOM Editor をそろそろ始めようか ref: https://qiita.com/spiegel-im-spiegel/items/3d41d98dacc107d73431
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = false
[*.md]
insert_final_newline = true
[*.{js,java,go,c,cpp,tex}]
trim_trailing_whitespace = true
insert_final_newline = true
[*.{md,c,cpp,tex}]
indent_style = space
indent_size = 4
C:>apm config list -l
; cli configs
globalconfig = "C:\\Users\\username\\.atom\\.apm\\.apmrc"
user-agent = "npm/2.5.1 node/v0.10.35 win32 ia32"
userconfig = "C:\\Users\\username\\.atom\\.apmrc"
; globalconfig C:\Users\username\.atom\.apm\.apmrc
cache = "C:\\Users\\username\\.atom\\.apm"
; node bin location = C:\Users\username\AppData\Local\atom\app-1.0.0\resources\app\apm\bin\node.exe
; cwd = C:\Users\username
; HOME = C:\Users\username
; 'npm config ls -l' to show all defaults.
C:>apm config set https-proxy http://username:password@proxy.exsample.com:8080
C:>apm config list -l
; cli configs
globalconfig = "C:\\Users\\username\\.atom\\.apm\\.apmrc"
user-agent = "npm/2.5.1 node/v0.10.35 win32 ia32"
userconfig = "C:\\Users\\username\\.atom\\.apmrc"
; userconfig C:\Users\username\.atom\.apmrc
https-proxy = "http://username:password@proxy.exsample.com:8080"
; globalconfig C:\Users\username\.atom\.apm\.apmrc
cache = "C:\\Users\\username\\.atom\\.apm"
; node bin location = C:\Users\username\AppData\Local\atom\app-1.0.0\resources\app\apm\bin\node.exe
; cwd = C:\Users\username
; HOME = C:\Users\username
; 'npm config ls -l' to show all defaults.
Inconsolata, "MS Mincho"
Inconsolata, "Yu Mincho"
'body':
'alt-shift-down': 'editor:add-selection-below'
'alt-shift-left': 'core:select-left'
'alt-shift-right': 'core:select-right'
'alt-shift-up': 'editor:add-selection-above'
atom-workspace {
font-family: "Meiryo UI";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment