2024-07-05 05:48:54 +00:00
|
|
|
;; custom set stuff
|
|
|
|
(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.
|
2024-07-06 15:43:51 +00:00
|
|
|
'(terraform-format-on-save t)
|
|
|
|
'(terraform-indent-level 2)
|
|
|
|
'(tool-bar-mode nil)
|
|
|
|
'(visible-bell 1))
|
2024-07-05 05:48:54 +00:00
|
|
|
|
|
|
|
(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.
|
|
|
|
'(default ((t (:family "Noto Sans Mono" :foundry "GOOG" :slant normal :weight regular :height 90 :width normal)))))
|
|
|
|
|
2024-07-06 15:43:51 +00:00
|
|
|
;; thwap config
|
|
|
|
(require 'thwap-config)
|
2024-07-05 16:38:12 +00:00
|
|
|
;; thwap defaults
|
|
|
|
(require 'thwap-defaults)
|
2024-07-05 05:48:54 +00:00
|
|
|
;; theme configuration
|
|
|
|
(require 'thwap-theme)
|
2024-07-05 16:38:12 +00:00
|
|
|
;; icon configuration
|
|
|
|
(require 'thwap-icons)
|
|
|
|
;; nerdtree configuration
|
|
|
|
(require 'thwap-nerdtree)
|
2024-07-05 05:48:54 +00:00
|
|
|
;; company configuration
|
|
|
|
(require 'thwap-co)
|
|
|
|
;; LSP configuration
|
|
|
|
(require 'thwap-lsp)
|
2024-07-05 16:38:12 +00:00
|
|
|
;; projectile configuration
|
|
|
|
(require 'thwap-projectile)
|
|
|
|
;; magit configuration
|
|
|
|
(require 'thwap-magit)
|
|
|
|
;; CoPilot configuration
|
|
|
|
(require 'thwap-copilot)
|
2024-07-05 05:48:54 +00:00
|
|
|
;; org configuration
|
|
|
|
(require 'thwap-org)
|
|
|
|
;; golang configuration
|
|
|
|
(require 'thwap-go)
|
2024-07-05 16:38:12 +00:00
|
|
|
;; terraform configuration
|
|
|
|
(require 'thwap-tf)
|
|
|
|
;; python configuration
|
|
|
|
(require 'thwap-py)
|
|
|
|
;; yaml configuration
|
|
|
|
(require 'thwap-yaml)
|
|
|
|
;; yasnippet configuration
|
|
|
|
(require 'thwap-yas)
|
|
|
|
;; dashboard
|
|
|
|
(require 'thwap-dash)
|