diff options
| author | Dominik Kaiser | 2025-08-20 13:41:47 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2025-08-20 13:41:47 +0200 |
| commit | 5ba55bb181de13da95a19282727f54fcc26494a4 (patch) | |
| tree | 392cc5f4ed7b8be91c0bd5ccc227e22046281a5a /init.el | |
| parent | f37bc910b17893afdbcc002e4c2a46ea64dbcdd3 (diff) | |
| download | emacs-5ba55bb181de13da95a19282727f54fcc26494a4.tar.gz emacs-5ba55bb181de13da95a19282727f54fcc26494a4.zip | |
Add misc coding support
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -163,4 +163,23 @@ (use-package nix-mode :mode "\\.nix\\'") +(use-package wgsl-mode + :mode "\\.wgsl\\'") + +(use-package glsl-mode + :ensure t) + +(use-package simple-httpd + :ensure t) + (load "~/.config/emacs/42header.el") +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages + '(company counsel-projectile direnv doom-modeline doom-themes + evil-nerd-commenter glsl-mode ivy-rich lsp-treemacs magit + nix-mode olivetti org-contrib rust-mode simple-httpd + treemacs-projectile wgsl-mode which-key))) |
