mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)))
|