From 901e2047cd00089af8d79dcaefd181f4f8d7cfeb Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 25 Sep 2022 14:13:11 +0200 Subject: add support for hakyll --- home/config/dotfiles/spacemacs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'home/config/dotfiles/spacemacs') diff --git a/home/config/dotfiles/spacemacs b/home/config/dotfiles/spacemacs index dd1db18..e1c02c5 100644 --- a/home/config/dotfiles/spacemacs +++ b/home/config/dotfiles/spacemacs @@ -43,11 +43,8 @@ This function should only modify configuration layer settings." ;; eww git helm - javascript ;; lsp multiple-cursors - nixos - org ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) @@ -61,8 +58,12 @@ This function should only modify configuration layer settings." csv emacs-lisp spacemacs-misc go + (haskell :variables haskell-enable-hindent-style "fundamental") + html javascript latex markdown + nixos + org ocaml coq php python @@ -597,6 +598,9 @@ before packages are loaded." ;; don't pop warning buffer on native comp '(native-comp-async-report-warnings-errors 'silent) + + ;; restrict which warnings are shown + '(warning-minimum-level :emergency) ) ;; auto-completion -- cgit v1.2.3