From 3f81de8a3a998a7d4b1f9d4963cb36812a17bc41 Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 1 May 2025 15:07:30 +0300 Subject: feat(emacs): remove duplicate lines --- home-manager/homeModules/emacs/early-init.el | 33 +--------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/home-manager/homeModules/emacs/early-init.el b/home-manager/homeModules/emacs/early-init.el index 3a7d48a..c6334f5 100644 --- a/home-manager/homeModules/emacs/early-init.el +++ b/home-manager/homeModules/emacs/early-init.el @@ -15,38 +15,6 @@ ;; Increase how much is read from processes in a single chunk (default is 4kb). (setq read-process-output-max (* 1024 1024)) ; 512kb -;; Disable warnings from the legacy advice API. They aren't useful. -(setq ad-redefinition-action 'accept) - -(setq warning-suppress-types '((lexical-binding))) - -;; Don't ping things that look like domain names. -(setq ffap-machine-p-known 'reject) - -;; By default, Emacs "updates" its ui more often than it needs to -(setq idle-update-delay 1.0) - -;; Font compacting can be very resource-intensive, especially when rendering -;; icon fonts on Windows. This will increase memory usage. -(setq inhibit-compacting-font-caches t) - - -;; Disable warnings from the legacy advice API. They aren't useful. -(setq ad-redefinition-action 'accept) - -(setq warning-suppress-types '((lexical-binding))) - -;; Don't ping things that look like domain names. -(setq ffap-machine-p-known 'reject) - -;; By default, Emacs "updates" its ui more often than it needs to -(setq idle-update-delay 1.0) - -;; Font compacting can be very resource-intensive, especially when rendering -;; icon fonts on Windows. This will increase memory usage. -(setq inhibit-compacting-font-caches t) - - ;; Disable warnings from the legacy advice API. They aren't useful. (setq ad-redefinition-action 'accept) @@ -198,5 +166,6 @@ (set-face-attribute 'variable-pitch nil :family proportionately-spaced-font :height 1.0) (set-face-attribute 'italic nil :underline nil)) + (provide 'early-init) ;;; early-init.el ends here -- cgit v1.2.3