|
@ -63,6 +63,7 @@ Despite having our *stateful* and *immutable* configurations seperate, it's good |
|
|
(use-package no-littering |
|
|
(use-package no-littering |
|
|
:custom (inhibit-startup-message t) |
|
|
:custom (inhibit-startup-message t) |
|
|
(initial-scratch-message "") |
|
|
(initial-scratch-message "") |
|
|
|
|
|
(comp-deferred-compilation t) |
|
|
(custom gc-cons-threshold most-positive-fixnum) |
|
|
(custom gc-cons-threshold most-positive-fixnum) |
|
|
:config (global-prettify-symbols-mode) |
|
|
:config (global-prettify-symbols-mode) |
|
|
(when (fboundp 'tooltip-mode) |
|
|
(when (fboundp 'tooltip-mode) |
|
|