mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-25 11:09:52 +00: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,8 +1055,7 @@ 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"))
|
||||||
|
|
Loading…
Reference in a new issue