Snarpy comments

This commit is contained in:
MitchMarq42 2022-10-12 15:30:27 -08:00
parent c6e8f0cf9a
commit 53c2e745fd

View File

@ -12,7 +12,7 @@
;; Speed up loading/finding files
(let
(
;; (file-name-handler-alist nil)
;; (file-name-handler-alist nil) ;; no. Breaks evil for some reason.
)
;; Load the files that I put my settings in...
@ -27,7 +27,7 @@
;; minify yes/no prompts
;; (if (>= (string-to-number emacs-version) 28)
;; (defvar use-short-answers t))
;; (defvar use-short-answers t)) ;; doesn't work
(defalias 'yes-or-no-p 'y-or-n-p)
;; do the things
@ -80,7 +80,7 @@
scroll-down-aggressively 0.01)
(global-visual-line-mode t)
;; UTF-8 supremacy (Snippet from https://github.com/doomemacs/doomemacs/blob/master/early-init.el)
;; UTF-8 supremacy (Snippet originally from https://github.com/doomemacs/doomemacs/blob/master/early-init.el, but it's not in there anymore)
(set-language-environment "UTF-8")
;; Toggle Japanese with `qq'