mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
update doom config
This commit is contained in:
parent
31791040c9
commit
ec4c757233
2 changed files with 14 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue