diff options
| author | 2025-07-17 00:56:43 +0300 | |
|---|---|---|
| committer | 2025-07-17 01:11:15 +0300 | |
| commit | c2a91a0c76957d7f46aaae5b2124158db1520595 (patch) | |
| tree | b3e01c07aad261615b852f8f3248abbde5aee8c4 /emacs | |
| parent | emacs: add nroff-mode (diff) | |
| download | dotfiles-c2a91a0c76957d7f46aaae5b2124158db1520595.tar.gz dotfiles-c2a91a0c76957d7f46aaae5b2124158db1520595.tar.xz dotfiles-c2a91a0c76957d7f46aaae5b2124158db1520595.zip | |
Emacs: add ninja-mode
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.config/emacs/arkta/arkta-progmodes.el | 4 | ||||
| -rw-r--r-- | emacs/.config/emacs/shared/elpaca-lock.el | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.config/emacs/arkta/arkta-progmodes.el b/emacs/.config/emacs/arkta/arkta-progmodes.el index 9e91c43..f1da41e 100644 --- a/emacs/.config/emacs/arkta/arkta-progmodes.el +++ b/emacs/.config/emacs/arkta/arkta-progmodes.el | |||
| @@ -170,6 +170,10 @@ | |||
| 170 | (set-tab-width 4)) | 170 | (set-tab-width 4)) |
| 171 | :hook (nasm-mode . arkta/nasm-setup)) | 171 | :hook (nasm-mode . arkta/nasm-setup)) |
| 172 | 172 | ||
| 173 | (use-package ninja-mode | ||
| 174 | :ensure t | ||
| 175 | :mode "\\.ninja\\'") | ||
| 176 | |||
| 173 | (use-package nix-mode | 177 | (use-package nix-mode |
| 174 | :ensure t | 178 | :ensure t |
| 175 | :mode "\\.nix\\'") | 179 | :mode "\\.nix\\'") |
diff --git a/emacs/.config/emacs/shared/elpaca-lock.el b/emacs/.config/emacs/shared/elpaca-lock.el index ecb1565..3f589f5 100644 --- a/emacs/.config/emacs/shared/elpaca-lock.el +++ b/emacs/.config/emacs/shared/elpaca-lock.el | |||
| @@ -243,6 +243,11 @@ | |||
| 243 | (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files | 243 | (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files |
| 244 | (:defaults "data") | 244 | (:defaults "data") |
| 245 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "4476b4cabe63f5efafa3c0a8b370db4f6a92e90c")) | 245 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "4476b4cabe63f5efafa3c0a8b370db4f6a92e90c")) |
| 246 | (ninja-mode :source "elpaca-menu-lock-file" :recipe | ||
| 247 | (:package "ninja-mode" :fetcher github :repo "ninja-build/ninja-emacs" :files | ||
| 248 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 249 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 250 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "573c3aaedc6e90e9a8954bb70a24e079af7df390")) | ||
| 246 | (nix-mode :source "elpaca-menu-lock-file" :recipe | 251 | (nix-mode :source "elpaca-menu-lock-file" :recipe |
| 247 | (:package "nix-mode" :fetcher github :repo "NixOS/nix-mode" :files | 252 | (:package "nix-mode" :fetcher github :repo "NixOS/nix-mode" :files |
| 248 | (:defaults | 253 | (:defaults |