Set command as meta and appearance settings
This commit is contained in:
parent
a3c7a306f6
commit
c7c1a4fae9
1 changed files with 12 additions and 6 deletions
|
|
@ -216,12 +216,18 @@
|
||||||
(setq epg-pinentry-mode 'loopback)
|
(setq epg-pinentry-mode 'loopback)
|
||||||
|
|
||||||
(when (fboundp 'mac-auto-operator-composition-mode)
|
(when (fboundp 'mac-auto-operator-composition-mode)
|
||||||
(mac-auto-operator-composition-mode)))
|
(mac-auto-operator-composition-mode))
|
||||||
|
|
||||||
(when (memq window-system '(mac ns))
|
(when (memq window-system '(mac ns))
|
||||||
(use-package exec-path-from-shell
|
(setq mac-option-modifier 'none
|
||||||
:config
|
mac-command-modifier 'meta)
|
||||||
(exec-path-from-shell-initialize)))
|
|
||||||
|
(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
|
||||||
|
(add-to-list 'default-frame-alist '(ns-appearance . dark))
|
||||||
|
|
||||||
|
(use-package exec-path-from-shell
|
||||||
|
:config
|
||||||
|
(exec-path-from-shell-initialize))))
|
||||||
|
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:init
|
:init
|
||||||
|
|
@ -242,7 +248,7 @@
|
||||||
:default-family "Iosevka Comfy Fixed"
|
:default-family "Iosevka Comfy Fixed"
|
||||||
:default-height 90)
|
:default-height 90)
|
||||||
(regular
|
(regular
|
||||||
:default-height 130)
|
:default-height 140)
|
||||||
(medium
|
(medium
|
||||||
:default-height 170)
|
:default-height 170)
|
||||||
(large
|
(large
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue