Emacs: load mu4e and pdf-tools when not on a kiz computer
This commit is contained in:
parent
6f736a4d3e
commit
608f5ce519
1 changed files with 2 additions and 0 deletions
|
@ -613,6 +613,7 @@
|
||||||
;; pdf-tools
|
;; pdf-tools
|
||||||
;; Support library for PDF documents.
|
;; Support library for PDF documents.
|
||||||
(use-package pdf-tools
|
(use-package pdf-tools
|
||||||
|
:unless (string= user-login-name "ftu15")
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(pdf-tools-install))
|
(pdf-tools-install))
|
||||||
|
@ -898,6 +899,7 @@
|
||||||
;; mu4e
|
;; mu4e
|
||||||
;; emacs mail client
|
;; emacs mail client
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
|
:unless (string= user-login-name "ftu15")
|
||||||
:load-path "/usr/share/emacs/25.1/site-lisp/mu4e/"
|
:load-path "/usr/share/emacs/25.1/site-lisp/mu4e/"
|
||||||
:commands mu4e
|
:commands mu4e
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue