mirror of
https://github.com/correl/dotfiles.git
synced 2025-03-18 17:00:06 -09:00
[emacs] Remove dependency on the f library
This commit is contained in:
parent
897da60c74
commit
14df1468e9
1 changed files with 4 additions and 5 deletions
|
@ -1055,11 +1055,10 @@ Show linked org document sections inline.
|
||||||
**** Locating the certificate file
|
**** Locating the certificate file
|
||||||
#+name: mbsync-certificate-file
|
#+name: mbsync-certificate-file
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp :tangle no
|
||||||
(require 'f)
|
(seq-find #'file-exists-p
|
||||||
(seq-find #'f-exists?
|
'("/etc/ssl/certs/ca-certificates.crt"
|
||||||
'("/etc/ssl/certs/ca-certificates.crt"
|
"/usr/local/etc/openssl/certs/ca-certificates.crt"
|
||||||
"/usr/local/etc/openssl/certs/ca-certificates.crt"
|
"/usr/local/etc/openssl/cert.pem"))
|
||||||
"/usr/local/etc/openssl/cert.pem"))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Personal Gmail Account
|
*** Personal Gmail Account
|
||||||
#+begin_src conf :noweb yes
|
#+begin_src conf :noweb yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue