init: remove broken let() around everything. More to come.

This commit is contained in:
MitchMarq42 2023-01-04 12:04:27 -09:00
parent bafcb8da3a
commit 7e06facbfd

View File

@ -10,10 +10,6 @@
;;; Code:
;; Speed up loading/finding files
(let
(
;; (file-name-handler-alist nil) ;; no. Breaks evil for some reason.
)
;; Load the files that I put my settings in...
(defvar mitch-directory
@ -99,7 +95,6 @@
;; Display "labmda" as λ
(global-prettify-symbols-mode 1)
)
;; lower gc threshold again
(setq gc-cons-threshold (* 2 1000 1000))