looked through emacs-bedrock and emacs better-defaults and added approprate stuff

This commit is contained in:
2026-03-24 02:13:41 +01:00
parent de4848dda5
commit 5e46231fbc
4 changed files with 321 additions and 37 deletions

View File

@@ -0,0 +1,21 @@
;;; -*- lexical-binding: t -*-
(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
'("9c6aa7eb1bde73ba1142041e628827492bd05678df4d9097cda21b1ebcb8f8b9"
default))
'(package-selected-packages
'(cape company consult corfu-terminal dracula-theme eat
emacs-everywhere flycheck-languagetool hl-todo kind-icon
magit marginalia multiple-cursors orderless paredit
rainbow-mode vertico))
'(safe-local-variable-directories '("/home/mia/.emacs.d/")))
(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.
)