-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathravioli.el
More file actions
29 lines (26 loc) · 1.72 KB
/
ravioli.el
File metadata and controls
29 lines (26 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(add-to-list 'load-path "~/Projects/personal/emacs-dotfiles/")
(load "defaults")
(load "keybindings")
(load "visuals")
(load "custom")
(load "auto-mode-list")
(load "packages")
(load "tsx-setup")
(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.
'(custom-safe-themes
'("79d50c17bfc14337cf30c1e5efde31c3dc68d65aa1e33b77b05444c176e4c33d" "75fb82e748f32de807b3f9e8c72de801fdaeeb73c791f405d8f73711d0710856" default))
'(package-selected-packages
'(ob-mermaid mermaid-mode deadgrep rainbow-delimiters highlight-indent-guides vue-mode kotlin-mode plz plz-media-type llm copilot-chat sql-indent chatgpt-shell copilot astro-ts-mode swift-mode expand-region catppuccin-theme json-navigator graphql-mode prettier dap-mode terraform-mode magit-circleci hideshow-org rust-mode toml-mode go-mode lsp-mode yaml-mode web-mode use-package try tide rjsx-mode restclient rainbow-mode prettier-js php-mode night-owl-theme markdown-mode magit find-file-in-project fill-column-indicator company-quickhelp)))
(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.
'(highlight-indent-guides-character-face ((t (:foreground "#5e4f70" :slant normal))))
'(smerge-markers ((t (:background "grey30" :foreground "gray0"))))
'(smerge-refined-added ((t (:inherit smerge-refined-change :background "chartreuse3"))))
'(smerge-refined-removed ((t (:inherit smerge-refined-change :background "red4")))))