updates for macos module
Add support for keychain Add README. Add shortcut for open in iTerm.
This commit is contained in:
parent
d93b789ef5
commit
a217a935fd
4 changed files with 40 additions and 2 deletions
5
modules/tools/macos/config.el
Normal file
5
modules/tools/macos/config.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;;; tools/macos/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! auth-source
|
||||
(when IS-MAC
|
||||
(pushnew! auth-sources 'macos-keychain-internet 'macos-keychain-generic)))
|
Loading…
Add table
Add a link
Reference in a new issue