summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-02-09 19:03:07 -0600
committerCase Duckworth2021-02-09 19:03:07 -0600
commit99831894b2b4d585b02da67bb9bcae8b5fd482db (patch)
treea3b7535c23720aab8578301e22f8ff1c053b776c /init.el
parentAdd save-some-buffers to org-sync command (diff)
parentChange the Advocate feed (diff)
downloademacs-99831894b2b4d585b02da67bb9bcae8b5fd482db.tar.gz
emacs-99831894b2b4d585b02da67bb9bcae8b5fd482db.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index ae4ae9f..cadfaca 100644 --- a/init.el +++ b/init.el
@@ -18,6 +18,7 @@
18 18
19(let* (;; Speed up init 19(let* (;; Speed up init
20 (gc-cons-threshold most-positive-fixnum) 20 (gc-cons-threshold most-positive-fixnum)
21 (gc-cons-percentage 0.6)
21 (file-name-handler-alist nil) 22 (file-name-handler-alist nil)
22 ;; Config file names 23 ;; Config file names
23 (config (expand-file-name "config" 24 (config (expand-file-name "config"