Emacs: load mu4e and pdf-tools when not on a kiz computer

This commit is contained in:
Marcel Kapfer 2019-06-19 10:19:51 +02:00
parent 6f736a4d3e
commit 608f5ce519
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 0 deletions

View File

@ -613,6 +613,7 @@
;; pdf-tools
;; Support library for PDF documents.
(use-package pdf-tools
:unless (string= user-login-name "ftu15")
:defer t
:config
(pdf-tools-install))
@ -898,6 +899,7 @@
;; mu4e
;; emacs mail client
(use-package mu4e
:unless (string= user-login-name "ftu15")
:load-path "/usr/share/emacs/25.1/site-lisp/mu4e/"
:commands mu4e
:config