瀏覽代碼

Update

master
10sr 1 月之前
父節點
當前提交
d8c602af59
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 查看文件

@@ -2007,6 +2007,10 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(with-eval-after-load 'yaml-mode
(defvar yaml-mode-map (make-sparse-keymap))
(define-key yaml-mode-map (kbd "C-m") 'newline))
(when (fboundp 'yaml-mode)
(add-to-list 'auto-mode-alist
'("\\.yaml\\.gotmpl\\'" . yaml-mode)))


(with-eval-after-load 'html-mode
(defvar html-mode-map (make-sparse-keymap))


Loading…
取消
儲存