1
0

Refreshed the emacs config

This commit is contained in:
2025-12-29 19:29:29 +01:00
parent 139c789861
commit f8b246f1ef
2 changed files with 86 additions and 30 deletions

22
emacs/emacs-custom.el Normal file
View File

@@ -0,0 +1,22 @@
(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
'(2048-game all-the-icons catppuccin-theme cmake-mode company consult
consult-company consult-flycheck consult-lsp
consult-projectile dap-mode define-word doom-modeline
evil-collection flycheck fzf gradle-mode
id-vertical-mode ido-vertical-mode ivy lsp-java
lsp-pyright lsp-ui magit mermaid-mode ob-mermaid
paredit projectile slime swift-mode tree-edit
tree-inspector tree-sitter tree-sitter-indent
tree-sitter-langs undo-tree vterm which-key
which-key-posframe)))
(custom-set-faces
;; custom-set-faces 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.
)