Remove mac-specific packages from core
Now that they're in :os macos
This commit is contained in:
parent
584f06aaba
commit
c74f8170b6
3 changed files with 0 additions and 38 deletions
|
@ -339,10 +339,6 @@ config.el instead."
|
|||
(unless IS-MAC (setq command-line-ns-option-alist nil))
|
||||
(unless IS-LINUX (setq command-line-x-option-alist nil))
|
||||
|
||||
;; Delete files to trash on macOS, as an extra layer of precaution against
|
||||
;; accidentally deleting wanted files.
|
||||
(setq delete-by-moving-to-trash IS-MAC)
|
||||
|
||||
;; Adopt a sneaky garbage collection strategy of waiting until idle time to
|
||||
;; collect; staving off the collector while the user is working.
|
||||
(setq gcmh-idle-delay 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue