(doom) crdt and pretty org

This commit is contained in:
qvalentin 2022-03-21 15:21:23 +01:00
parent aa608d4ab1
commit 93ef7b7c52
Signed by: qvalentin
GPG Key ID: A44754E56108D2EC
4 changed files with 10 additions and 2 deletions

View File

@ -83,3 +83,6 @@
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")) "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"))
(after!
(setq lsp-haskell-formatting-provider "brittany"))

View File

@ -6,7 +6,7 @@
'(ansi-color-names-vector '(ansi-color-names-vector
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"]) ["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
'(custom-safe-themes '(custom-safe-themes
'("2035a16494e06636134de6d572ec47c30e26c3447eafeb6d3a9e8aee73732396" "8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default)) '("246a9596178bb806c5f41e5b571546bb6e0f4bd41a9da0df5dfbca7ec6e2250c" "745d03d647c4b118f671c49214420639cb3af7152e81f132478ed1c649d4597d" "2035a16494e06636134de6d572ec47c30e26c3447eafeb6d3a9e8aee73732396" "8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default))
'(exwm-floating-border-color "#504945") '(exwm-floating-border-color "#504945")
'(fci-rule-color "#7c6f64") '(fci-rule-color "#7c6f64")
'(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20))) '(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20)))
@ -19,6 +19,9 @@
'(pdf-view-midnight-colors (cons "#ebdbb2" "#282828")) '(pdf-view-midnight-colors (cons "#ebdbb2" "#282828"))
'(rustic-ansi-faces '(rustic-ansi-faces
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"]) ["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
'(safe-local-variable-values
'((haskell-process-use-ghci . t)
(haskell-indent-spaces . 4)))
'(vc-annotate-background "#282828") '(vc-annotate-background "#282828")
'(vc-annotate-color-map '(vc-annotate-color-map
(list (list

View File

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

View File

@ -51,3 +51,5 @@
(package! exec-path-from-shell) (package! exec-path-from-shell)
(package! ewal) (package! ewal)
(package! ewal-doom-themes) (package! ewal-doom-themes)
(package! crdt :pin "81b55a27")