Compare commits
No commits in common. "e0dd59640f57c98fd4db1b2712e4911dde703e05" and "009607d72d26b994f8d8c7e2ecdbcf06eaad1833" have entirely different histories.
e0dd59640f
...
009607d72d
4 changed files with 3 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(setq user-full-name "insects"
|
(setq user-full-name "pelsh"
|
||||||
user-mail-address "mail@liv.nrw")
|
user-mail-address "mail@liv.nrw")
|
||||||
|
|
||||||
;; Set fonts and window sizes
|
;; Set fonts and window sizes
|
||||||
|
@ -34,15 +34,6 @@
|
||||||
:custom
|
:custom
|
||||||
(mood-line-gylph-alist mood-line-glyphs-fira-code))
|
(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
|
;; 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.
|
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -152,7 +152,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 +dragndrop) ; organize your plain life in plain text
|
(org +dragndrop +roam2) ; 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
|
||||||
;;graphviz ; diagrams for confusing yourself even more
|
;;graphviz ; diagrams for confusing yourself even more
|
||||||
|
|
|
@ -14,15 +14,6 @@
|
||||||
;; Custom modeline
|
;; Custom modeline
|
||||||
(package! mood-line)
|
(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:
|
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||||
;; (package! some-package)
|
;; (package! some-package)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[user]
|
[user]
|
||||||
name = insects
|
name = liv
|
||||||
email = mail@liv.nrw
|
email = mail@liv.nrw
|
||||||
signingkey = 8FB83738B167DB83B69AC3E0EF0D0E59FA98C08A
|
signingkey = 8FB83738B167DB83B69AC3E0EF0D0E59FA98C08A
|
||||||
[core]
|
[core]
|
||||||
|
|
Loading…
Add table
Reference in a new issue