From 53c2e745fdde4903d667b3764e0fd03541581dc4 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 12 Oct 2022 15:30:27 -0800 Subject: [PATCH] Snarpy comments --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 99bba29..2c36e90 100644 --- a/init.el +++ b/init.el @@ -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'