diff --git a/custom.el b/custom.el deleted file mode 100644 index f2bdc13..0000000 --- a/custom.el +++ /dev/null @@ -1,25 +0,0 @@ -;;; -*- 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. - '(calendar-month-header - '(propertize - (format "%s (%d) %d" (calendar-month-name month) month year) - 'font-lock-face 'calendar-month-header)) - '(custom-safe-themes - '("9c6aa7eb1bde73ba1142041e628827492bd05678df4d9097cda21b1ebcb8f8b9" - default)) - '(package-selected-packages - '(cape company consult corfu-terminal dracula-theme eat - emacs-everywhere flycheck-languagetool hl-todo kind-icon - languagetool 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. - ) diff --git a/init.el b/init.el index 8b27028..a0e118f 100644 --- a/init.el +++ b/init.el @@ -29,6 +29,7 @@ ;; mark dracula as safe, so it doesnt have to be in custom.el (setq custom-safe-themes '("0223215a464167d93b9cfef9b1cdf9b0768ab660f33b3068b647f7b12aa453a0" + "0223215a464167d93b9cfef9b1cdf9b0768ab660f33b3068b647f7b12aa453a0" default)) (use-package dracula-theme :ensure t :config (load-theme 'dracula)) ;; fixes line number scaling: