Add customfile and use-short-answers

This commit is contained in:
James Cherti
2024-07-12 10:11:53 -04:00
parent 45c1f6852c
commit fa68b2fc20

View File

@@ -53,6 +53,11 @@
(eval-when-compile (eval-when-compile
(require 'use-package)) (require 'use-package))
;;; Cus-edit
(setq custom-file
(expand-file-name "custom.el"
minimal-emacs--default-user-emacs-directory))
;;; Files ;;; Files
;; Do not auto-disable auto-save after deleting large chunks of text. The ;; Do not auto-disable auto-save after deleting large chunks of text. The
;; purpose of auto-save is to provide a failsafe, and disabling it ;; purpose of auto-save is to provide a failsafe, and disabling it
@@ -76,9 +81,9 @@
;;; Subr ;;; Subr
;; Allow for shorter responses: "y" for yes and "n" for no. ;; Allow for shorter responses: "y" for yes and "n" for no.
(setq use-short-answers t)
(defalias #'yes-or-no-p 'y-or-n-p) (defalias #'yes-or-no-p 'y-or-n-p)
;; Never show the hello file (defalias #'view-hello-file #'ignore) ; Never show the hello file
(defalias #'view-hello-file #'ignore)
;;; Mule-util ;;; Mule-util
(setq truncate-string-ellipsis "") (setq truncate-string-ellipsis "")