mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +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,11 +1055,10 @@ Show linked org document sections inline.
|
|||
**** Locating the certificate file
|
||||
#+name: mbsync-certificate-file
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(require 'f)
|
||||
(seq-find #'f-exists?
|
||||
'("/etc/ssl/certs/ca-certificates.crt"
|
||||
"/usr/local/etc/openssl/certs/ca-certificates.crt"
|
||||
"/usr/local/etc/openssl/cert.pem"))
|
||||
(seq-find #'file-exists-p
|
||||
'("/etc/ssl/certs/ca-certificates.crt"
|
||||
"/usr/local/etc/openssl/certs/ca-certificates.crt"
|
||||
"/usr/local/etc/openssl/cert.pem"))
|
||||
#+end_src
|
||||
*** Personal Gmail Account
|
||||
#+begin_src conf :noweb yes
|
||||
|
|
Loading…
Reference in a new issue