From 1f10741aa69ce18e22cf79db96637e7a74aa97b7 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 4 Jan 2023 13:24:38 -0900 Subject: [PATCH] Remove obsolete comments in init-file --- init.el | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/init.el b/init.el index 6272541..6222415 100644 --- a/init.el +++ b/init.el @@ -9,7 +9,6 @@ ;; '((above text graphic generated with command `figlet -k "init.el"')) ;;; Code: -;; Speed up loading/finding files ;; Load the files that I put my settings in... (defvar mitch-directory @@ -61,18 +60,12 @@ ;; actually, use elpaca instead (require 'elpaca-bootstrap) (elpaca use-package (require 'use-package)) -;; actually, don't because it's broken on Windows - (require 'mitch-packages) ;; Absolute line numbers. Relative ones are an annoyance to set up, sadly. ;; (global-display-line-numbers-mode) ;; (defvar display-line-numbers-width-start t) -;; scroll step stuff - -;; UTF-8 supremacy (Snippet originally from https://github.com/doomemacs/doomemacs/blob/master/early-init.el, but it's not in there anymore) - ;; Toggle Japanese with `qq' ;; Sample text: 進撃 の 巨人 ;; (shingeki no kyojin (attack on titan)) @@ -82,11 +75,6 @@ ;; Don't barf out emacs errors as they are encountered (setq debug-on-error nil) -;; Speed up scrolling down (why is this even a thing?) - -;; Display "labmda" as λ - - ;; lower gc threshold again (setq gc-cons-threshold (* 2 1000 1000)) ;; (add-function :before #'after-focus-change-function #'garbage-collect)