Compare commits

..

No commits in common. "069f24cc6781751a4fa17d288496cb9643b833c4" and "e8b0d0de795f4a50af13baf7bed6dfc9a5c140e2" have entirely different histories.

6 changed files with 10 additions and 23 deletions

View File

@ -283,7 +283,6 @@ numbers are disabled. For relative line numbers, set this to ~relative~.
tex-indent-arg 3 tex-indent-arg 3
tex-indent-item 3 tex-indent-item 3
tex-indent-basic 3 tex-indent-basic 3
typst-ts-mode-indent-offset 2
) )
#+end_src #+end_src
@ -684,12 +683,6 @@ Add the necessary hooks for LilyPond mode.
:desc "Compile & Preview" "P" #'typst-ts-compile-and-preview :desc "Compile & Preview" "P" #'typst-ts-compile-and-preview
:desc "Watch start" "w" #'typst-ts-watch-start :desc "Watch start" "w" #'typst-ts-watch-start
:desc "Watch stop" "W" #'typst-ts-watch-stop :desc "Watch stop" "W" #'typst-ts-watch-stop
(:prefix ("h" . "Heading")
:desc "Left" "h" #'typst-ts-mode-heading-left
:desc "Right" "l" #'typst-ts-mode-heading-right
:desc "Up" "k" #'typst-ts-mode-heading-up
:desc "Down" "j" #'typst-ts-mode-heading-down
)
) )
#+end_src #+end_src

View File

@ -143,7 +143,7 @@
json ; At least it ain't XML json ; At least it ain't XML
;;(java +lsp) ; the poster child for carpal tunnel syndrome ;;(java +lsp) ; the poster child for carpal tunnel syndrome
javascript ; all(hope(abandon(ye(who(enter(here)))))) javascript ; all(hope(abandon(ye(who(enter(here))))))
(julia +tree-sitter +snail) ; a better, faster MATLAB (julia +lsp) ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script) ;;kotlin ; a better, slicker Java(Script)
(latex +latexmk +lsp) ; writing papers in Emacs has never been so fun (latex +latexmk +lsp) ; writing papers in Emacs has never been so fun
;lean ; for folks with too much to prove ;lean ; for folks with too much to prove

View File

@ -7,27 +7,26 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741126078, "lastModified": 1731642829,
"narHash": "sha256-ng0a4cIq3c9E3iGKomlwqKzVYs2RLOzQho2U1Mc2sqU=", "narHash": "sha256-vG+O2RZRzYZ8BUMNNJ+BLSj6PUoGW7taDQbp6QNJ3Xo=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "c172f50b55b087f8e7801631de977461603bb976", "rev": "f86f158efd4bab8dce3e207e4621f1df3a760b7a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "LnL7", "owner": "LnL7",
"ref": "nix-darwin-24.11",
"repo": "nix-darwin", "repo": "nix-darwin",
"type": "github" "type": "github"
} }
}, },
"nixpkgs-darwin": { "nixpkgs-darwin": {
"locked": { "locked": {
"lastModified": 1741029734, "lastModified": 1733326450,
"narHash": "sha256-0+dlOH+9mut5mtw8iUukJ3Q9cx/DXgBarK05W7MKggA=", "narHash": "sha256-hBG6Ix5ZzXCJoanrPOLtQRalYv6nnDu9AZeamRfjKJ8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c3d6c20a6a16cbfdc11405c4dd0fdf64ec3a3899", "rev": "f9ef77eb704d063bfbff7f04531a0b325cc1a18f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -4,7 +4,7 @@
inputs = { inputs = {
nixpkgs-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin"; nixpkgs-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
nix-darwin = { nix-darwin = {
url = "github:LnL7/nix-darwin/nix-darwin-24.11"; url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs-darwin"; inputs.nixpkgs.follows = "nixpkgs-darwin";
}; };
}; };

View File

@ -13,7 +13,6 @@
fd fd
gnupg gnupg
git
direnv direnv
nix-direnv nix-direnv
rustup rustup

View File

@ -16,8 +16,6 @@
"autoconf" "autoconf"
"poppler" "poppler"
"automake" "automake"
"emacs-plus"
]; ];
casks = [ casks = [
# System monitoring # System monitoring
@ -37,7 +35,6 @@
"vlc" "vlc"
"darktable" "darktable"
"adobe-dng-converter" "adobe-dng-converter"
"adobe-acrobat-reader"
# Communications # Communications
"signal" "signal"
@ -54,7 +51,7 @@
"skim" "skim"
# Editors # Editors
#"emacs-mac" "emacs-mac"
"arduino-ide" "arduino-ide"
"blender" "blender"
"inkscape" "inkscape"
@ -68,8 +65,7 @@
]; ];
taps = [ taps = [
"koekeishiya/formulae" "koekeishiya/formulae"
#"railwaycat/emacsmacport" "railwaycat/emacsmacport"
"d12frosted/emacs-plus"
]; ];
}; };
} }