diff options
author | jao <jao@gnu.org> | 2022-04-16 02:12:31 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-04-16 02:12:31 +0100 |
commit | 3ec63e6079b78d934eab3edf57e19994bba35b8c (patch) | |
tree | 6b0501869f2df871487b9d0995002cb27dd5c488 | |
parent | a9ecf6ce1d9126c3f51419381eaa1755aefbde8e (diff) | |
download | elibs-3ec63e6079b78d934eab3edf57e19994bba35b8c.tar.gz elibs-3ec63e6079b78d934eab3edf57e19994bba35b8c.tar.bz2 |
jao-dirmon: only if multisession available
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -236,7 +236,8 @@ #+end_src *** Disk #+begin_src emacs-lisp - (use-package jao-dirmon) + (when (featurep 'multisession) + (use-package jao-dirmon)) #+end_src * Crypto *** PGP, EPG, passwords |