Rework OCaml setup, and move to emacs-plus homebrew
All checks were successful
/ Test config on 20 (push) Successful in 31s

This commit is contained in:
Maciej 2024-08-31 20:29:00 +03:00
parent 9dd86c7fc2
commit 0c09dcf198
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 91 additions and 67 deletions

View file

@ -11,5 +11,10 @@
;;; Code:
;; Disable built-in package management
(setq package-enable-at-startup nil)
;; (add-to-list 'default-frame-alist '(undecorated . t))
;; (add-to-list 'default-frame-alist '(undecorated-round . t))
;; Log garbage collection.
(setq garbage-collection-messages t)
;;; early-init.el ends here