diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 90eff91..27acd57 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -3,7 +3,19 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-agenda-files '("~/Documents/Personal/Notes/first-note.org"))) + '(org-agenda-files '("~/Documents/Personal/Notes/first-note.org")) + '(warning-suppress-log-types + '((frameset) + (frameset) + (frameset) + (frameset) + (defvaralias))) + '(warning-suppress-types + '((frameset) + (frameset) + (frameset) + (frameset) + (defvaralias)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/.doom.d/init.el b/.doom.d/init.el index 5714cf9..46a65a9 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -124,7 +124,7 @@ ;;data ; config/data formats ;;(dart +flutter) ; paint ui and not much else ;;dhall - elixir ; erlang done right + (elixir +lsp) ; erlang done right (elm +lsp) ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;erlang ; an elegant language for a more civilized age