Browse Source

Fix typo

main
parent
commit
18bc604a8f
  1. 2
      modules/core.org

2
modules/core.org

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

Loading…
Cancel
Save