updates
This commit is contained in:
@@ -6,8 +6,13 @@
|
||||
(load! "development")
|
||||
(load! "org")
|
||||
(load! "ai")
|
||||
(load! "inbox")
|
||||
|
||||
;; Performance tweaks
|
||||
(setq gc-cons-threshold 100000000 ; Increase GC threshold to 100MB
|
||||
gc-cons-percentage 0.6)
|
||||
(run-with-idle-timer 5 t #'garbage-collect)
|
||||
|
||||
;; Keybinding to open inbox.el
|
||||
(map! :leader
|
||||
:desc "Open inbox.el" "f i" #'(lambda () (interactive) (find-file (expand-file-name "inbox.el" doom-user-dir))))
|
||||
|
||||
Reference in New Issue
Block a user