summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-02-24 13:00:53 -0600
committerCase Duckworth2021-02-24 13:00:53 -0600
commiteaac9d4843bf87d6e50eeff0a0da349e64d465ec (patch)
treed138bb459ed1dbbe0f230d95be45264010b20587 /init.el
parentIgnore straight/build (diff)
downloademacs-eaac9d4843bf87d6e50eeff0a0da349e64d465ec.tar.gz
emacs-eaac9d4843bf87d6e50eeff0a0da349e64d465ec.zip
Add shit, apparently UNIX line endings are being stupid
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 0d48e0d..28238aa 100644 --- a/init.el +++ b/init.el
@@ -16,6 +16,7 @@
16 16
17(setq-default load-prefer-newer t) 17(setq-default load-prefer-newer t)
18 18
19(message "%s..." "Loading init.el")
19(let* (;; Speed up init 20(let* (;; Speed up init
20 (gc-cons-threshold most-positive-fixnum) 21 (gc-cons-threshold most-positive-fixnum)
21 ;; (gc-cons-percentage 0.6) 22 ;; (gc-cons-percentage 0.6)
@@ -46,5 +47,5 @@
46 (require 'org) 47 (require 'org)
47 (org-babel-load-file config.org) 48 (org-babel-load-file config.org)
48 (message "%s... Done" "Loading config.org"))) 49 (message "%s... Done" "Loading config.org")))
49 50(message "%s... Done." "Loading init.el")
50;;; init.el ends here 51;;; init.el ends here