Adding ligatures and dired tweaks

This commit is contained in:
Chris Cochrun 2021-02-18 06:41:30 -06:00
parent ae8fde41e1
commit b4c9e64328
3 changed files with 80 additions and 3 deletions

View file

@ -7,6 +7,7 @@
;; threshold to temporarily prevent it from running, then reset it later by
;; enabling `gcmh-mode'. Not resetting it will cause stuttering/freezes.
(setq gc-cons-threshold 50000000)
(message "set gc-cons-threshold to 50000000")
;; ;; In noninteractive sessions, prioritize non-byte-compiled source files to
;; ;; prevent the use of stale byte-code. Otherwise, it saves us a little IO time