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-08 06:04:09 +00:00
|
|
|
'(mouse-autoselect-window t)
|
|
|
|
'(mouse-drag-and-drop-region t)
|
|
|
|
'(mouse-drag-and-drop-region-cross-program t)
|
2024-07-06 15:43:51 +00:00
|
|
|
'(terraform-format-on-save t)
|
|
|
|
'(terraform-indent-level 2)
|
|
|
|
'(tool-bar-mode nil)
|
2024-07-10 08:34:45 +00:00
|
|
|
'(visible-bell 1)
|
|
|
|
'(xterm-mouse-mode t))
|
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-10 08:34:45 +00:00
|
|
|
;; thwap helpers
|
|
|
|
(require 'thwap-helpers)
|
2024-07-06 15:43:51 +00:00
|
|
|
;; thwap config
|
2024-07-10 08:34:45 +00:00
|
|
|
(require 'thwap-configuration)
|
2024-07-05 16:38:12 +00:00
|
|
|
;; thwap defaults
|
|
|
|
(require 'thwap-defaults)
|
2024-07-05 05:48:54 +00:00
|
|
|
;; theme configuration
|
2024-07-10 08:34:45 +00:00
|
|
|
(require 'thwap-interface)
|
|
|
|
;; file browser configuration
|
|
|
|
(require 'thwap-file-browser)
|
2024-07-05 05:48:54 +00:00
|
|
|
;; company configuration
|
2024-07-10 08:34:45 +00:00
|
|
|
(require 'thwap-completion)
|
|
|
|
;; development configuration
|
|
|
|
(require 'thwap-development)
|
2024-07-05 05:48:54 +00:00
|
|
|
;; org configuration
|
2024-07-10 08:34:45 +00:00
|
|
|
(require 'thwap-orgmode)
|
2024-07-05 16:38:12 +00:00
|
|
|
;; dashboard
|
2024-07-10 08:34:45 +00:00
|
|
|
(require 'thwap-dashboard)
|