Add BUG#32854 and BUG#70836 to solve a Darwin buglet

This commit is contained in:
Gerard Vermeulen 2024-05-09 08:23:05 +02:00
parent 5f8e13f5e6
commit d3a3a2ceb2
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
;; Postpone (require 'org) after shadowing Org and sh-script faces below.
(when (eq system-type 'darwin)
;; Failed to initialize color list unarchiver: ...
;; BUG#32854 and BUG#70836: rm ~/Library/Colors/Emacs.clr
(setopt ns-alternate-modifier nil
ns-command-modifier 'meta
ns-right-command-modifier 'super))