testing
Some checks failed
git-sync-with-mirror / test (push) Failing after 1m4s
git-sync-with-mirror / git-sync (push) Has been skipped

This commit is contained in:
2026-02-28 00:28:53 -05:00
parent 1aedc8d100
commit 0cc5bf4a2c
8 changed files with 73 additions and 62 deletions

View File

@@ -10,16 +10,23 @@
(setq use-dialog-box nil)
(setq inhibit-startup-screen t)
(setq inhibit-startup-echo-area-message t)
(setq inhibit-startup-message t)
(setq inhibit-hello-hook t)
(setq inhibit-x-resources t)
(when (display-graphic-p)
(tool-bar-mode 0)
(scroll-bar-mode 0)
(menu-bar-mode 0))
(setq make-backup-files nil) ; stop creating backup~ files
(setq auto-save-default nil) ; stop creating #autosave# files
(setq create-lockfiles nil) ; stop creating #create-lockfiles
;; Suppressing ad-handle-definition Warnings in Emacs
(setq make-backup-files nil)
(setq auto-save-default nil)
(setq create-lockfiles nil)
(setq ad-redefinition-action 'accept)
;; Disable unnecessary features for speed
(setq ring-bell-function 'ignore)
(setq use-short-answers t)
(setq confirm-kill-emacs nil)
;;------------------------------
;; Core settings | UTF-8 please
;;------------------------------