diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index dfb8805..cacace4 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -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) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 2703008..96314cf 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -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