Browse Source

Add sane line number display for jdee-mode

pull/15/head
10sr 8 years ago
parent
commit
2e326920f8
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el View File

@@ -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)


Loading…
Cancel
Save