Remove obsolete comments in init-file

This commit is contained in:
MitchMarq42 2023-01-04 13:24:38 -09:00
parent 76a48ffe69
commit 1f10741aa6

12
init.el
View File

@ -9,7 +9,6 @@
;; '((above text graphic generated with command `figlet -k "init.el"')) ;; '((above text graphic generated with command `figlet -k "init.el"'))
;;; Code: ;;; Code:
;; Speed up loading/finding files
;; Load the files that I put my settings in... ;; Load the files that I put my settings in...
(defvar mitch-directory (defvar mitch-directory
@ -61,18 +60,12 @@
;; actually, use elpaca instead ;; actually, use elpaca instead
(require 'elpaca-bootstrap) (elpaca use-package (require 'use-package)) (require 'elpaca-bootstrap) (elpaca use-package (require 'use-package))
;; actually, don't because it's broken on Windows
(require 'mitch-packages) (require 'mitch-packages)
;; Absolute line numbers. Relative ones are an annoyance to set up, sadly. ;; Absolute line numbers. Relative ones are an annoyance to set up, sadly.
;; (global-display-line-numbers-mode) ;; (global-display-line-numbers-mode)
;; (defvar display-line-numbers-width-start t) ;; (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' ;; Toggle Japanese with `qq'
;; Sample text: 進撃 の 巨人 ;; Sample text: 進撃 の 巨人
;; (shingeki no kyojin (attack on titan)) ;; (shingeki no kyojin (attack on titan))
@ -82,11 +75,6 @@
;; Don't barf out emacs errors as they are encountered ;; Don't barf out emacs errors as they are encountered
(setq debug-on-error nil) (setq debug-on-error nil)
;; Speed up scrolling down (why is this even a thing?)
;; Display "labmda" as λ
;; lower gc threshold again ;; lower gc threshold again
(setq gc-cons-threshold (* 2 1000 1000)) (setq gc-cons-threshold (* 2 1000 1000))
;; (add-function :before #'after-focus-change-function #'garbage-collect) ;; (add-function :before #'after-focus-change-function #'garbage-collect)