Compare commits

..

3 commits

Author SHA1 Message Date
e0dd59640f set up typst support for emacs 2025-01-11 15:18:55 +01:00
eefefb4ffb change git name 2025-01-11 15:18:48 +01:00
liv
2bd8310679 remove roam2 from org for now 2025-01-11 15:18:34 +01:00
4 changed files with 21 additions and 3 deletions

View file

@ -1,6 +1,6 @@
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
(setq user-full-name "pelsh"
(setq user-full-name "insects"
user-mail-address "mail@liv.nrw")
;; Set fonts and window sizes
@ -34,6 +34,15 @@
:custom
(mood-line-gylph-alist mood-line-glyphs-fira-code))
;; Map some typst-ts-mode keys
(map! :map typst-ts-mode-map
:localleader
"p p" #'typst-preview-start
"p o" #'typst-preview-open-browser
"p k" #'typst-preview-stop
"c c" #'typst-ts-compile
"c p" #'typst-ts-preview)
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
;;

View file

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

View file

@ -14,6 +14,15 @@
;; Custom modeline
(package! mood-line)
;; Typst TS mode
(package! typst-ts-mode
:recipe (:host codeberg :repo "meow_king/typst-ts-mode"))
;; Typst preview
(package! websocket)
(package! typst-preview
:recipe (:host github :repo "havarddj/typst-preview.el"))
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)

View file

@ -1,5 +1,5 @@
[user]
name = liv
name = insects
email = mail@liv.nrw
signingkey = 8FB83738B167DB83B69AC3E0EF0D0E59FA98C08A
[core]