Refreshed the emacs config
This commit is contained in:
22
emacs/emacs-custom.el
Normal file
22
emacs/emacs-custom.el
Normal 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.
|
||||
)
|
||||
Reference in New Issue
Block a user