mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
6 lines
169 B
EmacsLisp
6 lines
169 B
EmacsLisp
;;; tools/macos/config.el -*- lexical-binding: t; -*-
|
|
|
|
(after! auth-source
|
|
(when IS-MAC
|
|
(pushnew! auth-sources 'macos-keychain-internet 'macos-keychain-generic)))
|