testing
Some checks failed
git-sync-with-mirror / git-sync (push) Has been cancelled
git-sync-with-mirror / test (push) Has been cancelled

This commit is contained in:
2026-02-28 00:37:10 -05:00
parent 1aedc8d100
commit 68a109b99f
9 changed files with 96 additions and 95 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
;;------------------------------