updates for macos module

Add support for keychain
Add README.
Add shortcut for open in iTerm.
This commit is contained in:
Marcus Ramberg 2020-06-05 22:23:21 +02:00
parent d93b789ef5
commit a217a935fd
4 changed files with 40 additions and 2 deletions

View 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)))