C-cn is nearer than F4.

This commit is contained in:
Julien Palard 2014-09-09 10:06:33 +02:00
parent feb3430ce5
commit efd6adf667
1 changed files with 1 additions and 1 deletions

2
emacs
View File

@ -144,7 +144,7 @@
;; wget http://www.emacswiki.org/emacs/download/flymake-cursor.el
;; aptitude install pyflakes pep8 to check python code
(require 'flymake-cursor nil 'noerror)
(global-set-key [f4] 'flymake-goto-next-error)
(global-set-key "\C-cn" 'flymake-goto-next-error)
(when (load "flymake" t)
(defun flymake-python-init ()