emacs: add next error shortcut, fix flutter

This commit is contained in:
Julian Mutter 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)

View File

@ -147,7 +147,7 @@
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
;;org ; organize your plain life in plain text
org ; organize your plain life in plain text
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional