aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.org')
-rw-r--r--shoshimacs.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index d47428b..25461f9 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -693,8 +693,9 @@ elpa. however, at the moment i must install from source:
** [[info:flymake#Top][Flymake]]
#+begin_src emacs-lisp
- (define-key flymake-mode-map (kbd "M-n") 'flymake-goto-next-error)
- (define-key flymake-mode-map (kbd "M-p") 'flymake-goto-prev-error)
+ (with-eval-after-load 'flymake
+ (define-key flymake-mode-map (kbd "M-n") 'flymake-goto-next-error)
+ (define-key flymake-mode-map (kbd "M-p") 'flymake-goto-prev-error))
#+end_src
* Projects