浏览代码

Put close paren on separate line for consistency

Ryan C. Thompson 9 年之前
父节点
当前提交
a741793c3a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ido-ubiquitous.el

+ 2 - 1
ido-ubiquitous.el

@@ -363,7 +363,8 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
     ;; https://github.com/mooz/js2-mode/issues/181
     ;; https://github.com/mooz/js2-mode/issues/181
     (enable exact "imenu--completion-buffer")
     (enable exact "imenu--completion-buffer")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/74
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/74
-    (enable-old exact "auto-insert"))
+    (enable-old exact "auto-insert")
+    ) ; Close paren on separate line for better VC diffs
   "Default value of `ido-ubiquitous-function-overrides'.
   "Default value of `ido-ubiquitous-function-overrides'.
 
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")