initial upload

This commit is contained in:
2026-03-15 14:37:05 -04:00
parent aa22bd4cde
commit f0255622f3
5508 changed files with 8823230 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
;; Changes all yes/no questions to y/n type
(fset 'yes-or-no-p 'y-or-n-p)
;; shell scripts
(setq-default sh-basic-offset 2)
(setq-default sh-indentation 2)
;; No need for ~ files when editing
(setq create-lockfiles nil)
;; Go straight to scratch buffer on startup
(setq inhibit-startup-message t)