"A command used to start pasystray."
(interactive)
(if (executable-find "pasystray")
- (progn
+ (progn
(message "EXWM: starting pasystray ...")
(start-process-shell-command "pasystray" nil "pasystray --notify=all"))
(message "EXWM: pasystray is not installed, abort!")))
(use-package lsp-java
:config
(add-hook 'java-mode-hook
- (lambda ()
- (setq-local company-backends (list 'company-lsp))))
+ (lambda ()
+ (setq-local company-backends (list 'company-lsp))))
(add-hook 'java-mode-hook 'lsp-java-enable)
(add-hook 'java-mode-hook 'flycheck-mode)
"Return the In-Reply-To header for this message."
(when message-reply-headers
(let ((from (mail-header-from message-reply-headers))
- (msg-id (mail-header-id message-reply-headers)))
+ (msg-id (mail-header-id message-reply-headers)))
(when from
msg-id))))