init: remove broken let() around everything. More to come.
This commit is contained in:
parent
bafcb8da3a
commit
7e06facbfd
5
init.el
5
init.el
@ -10,10 +10,6 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
;; Speed up loading/finding files
|
;; 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...
|
;; Load the files that I put my settings in...
|
||||||
(defvar mitch-directory
|
(defvar mitch-directory
|
||||||
@ -99,7 +95,6 @@
|
|||||||
;; Display "labmda" as λ
|
;; Display "labmda" as λ
|
||||||
(global-prettify-symbols-mode 1)
|
(global-prettify-symbols-mode 1)
|
||||||
|
|
||||||
)
|
|
||||||
|
|
||||||
;; lower gc threshold again
|
;; lower gc threshold again
|
||||||
(setq gc-cons-threshold (* 2 1000 1000))
|
(setq gc-cons-threshold (* 2 1000 1000))
|
||||||
|
Loading…
Reference in New Issue
Block a user