Просмотр исходного кода

fix makefile-mode keybind

pull/1/head
10sr 11 лет назад
Родитель
Сommit
c32ec252bb
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Просмотреть файл

@@ -693,6 +693,10 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit."

(require 'simple nil t)

(add-hook 'makefile-mode-hook
(lambda ()
(define-key makefile-mode-map (kbd "C-m") 'newline-and-indent)))

(defun make ()
"Run \"make -k \" in current directory."
(interactive)


Загрузка…
Отмена
Сохранить