emacs: add next error shortcut, fix flutter

This commit is contained in:
2021-09-27 15:12:06 +02:00
parent d699cfffdd
commit 215c2a1f63
2 changed files with 5 additions and 1 deletions

View File

@ -63,6 +63,9 @@
(map! :desc "Decrease font size" :n "C--" #'text-scale-decrease)
(map! :desc "Reset font size" :n "C-=" #'doom/reset-font-size)
(map! :desc "Flycheck next error" :nv "g n" #'flycheck-next-error)
(map! :desc "Flycheck previous error" :nv "g N" #'flycheck-previous-error)
;; Org-mode custom keybindings
;; (map! :map org-mode-map :nvi "C-k" #'org-backward-element)
@ -89,6 +92,7 @@
#'flyspell-prog-mode)
(setq ispell-dictionary "english")
(setq lsp-dart-flutter-sdk-dir "/home/julian/snap/flutter/common/flutter")
(map! :map doom-leader-toggle-map :desc "Toggle dictionary" "d" #'fd-switch-dictionary)