ソースを参照

Add sane line number display for jdee-mode

pull/15/head
10sr 8年前
コミット
2e326920f8
1個のファイルの変更7行の追加0行の削除
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el ファイルの表示

@@ -911,6 +911,13 @@ IF OK-IF-ALREADY-EXISTS is true force download."
t)
(autoload-eval-lazily 'sl))

(with-eval-after-load 'jdee
(add-hook 'jdee-mode-hook
(lambda ()
(make-local-variable 'global-mode-string)
(add-to-list 'global-mode-string
mode-line-position))))

(with-eval-after-load 'make-mode
(defvar makefile-mode-map (make-sparse-keymap))
(define-key makefile-mode-map (kbd "C-m") 'newline-and-indent)


読み込み中…
キャンセル
保存