瀏覽代碼

Add jump config for ansible-lint

master
10sr 5 年之前
父節點
當前提交
2945e75977
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 查看文件

@@ -1560,4 +1560,8 @@ This mode is a simplified version of `adoc-mode'."
(let ((inhibit-read-only t))
(ansi-color-apply-on-region compilation-filter-start
(point)))))
(autoload-eval-lazily 'compile nil
(add-to-list 'compilation-error-regexp-alist
;; ansible-lint
'("^\\([^ \n]+\\):\\([0-9]+\\)$" 1 2)))
;;; emacs.el ends here

Loading…
取消
儲存