浏览代码

Add rst-mode-map config

pull/15/head
10sr 8 年前
父节点
当前提交
1d868e2ac8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el 查看文件

@@ -837,6 +837,9 @@ found, otherwise returns nil."

(autoload-eval-lazily 'sl)

(with-eval-after-load 'rst
(define-key rst-mode-map (kbd "C-m") 'newline-and-indent))

;; jdee is too old! use malabar instead
(with-eval-after-load 'jdee
(add-hook 'jdee-mode-hook


正在加载...
取消
保存