浏览代码

minor tweaks to my default Atom settings

Kyle P Davis 10 年之前
父节点
当前提交
0d158254f2
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 2 1
      atom/config.cson
  2. 7 0
      atom/styles.less

+ 2 - 1
atom/config.cson

@@ -5,9 +5,10 @@
     showIndentGuide: true
     showIndentGuide: true
     softTabs: false
     softTabs: false
     tabLength: 4
     tabLength: 4
+    scrollPastEnd: true
   "tree-view":
   "tree-view":
     hideVcsIgnoredFiles: true
     hideVcsIgnoredFiles: true
-    hideIngoredNames: true
+    hideIgnoredNames: true
   linter:
   linter:
     showErrorInline: false
     showErrorInline: false
     statusBar: "Show error if the cursor is in range"
     statusBar: "Show error if the cursor is in range"

+ 7 - 0
atom/styles.less

@@ -32,3 +32,10 @@ atom-ternjs-type {
     font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
     font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
     -webkit-font-smoothing: none;
     -webkit-font-smoothing: none;
 }
 }
+
+atom-notifications {
+    opacity: 0.7;
+}
+atom-notifications:hover {
+    opacity: 1.0;
+}