summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index deb88ba..94b096d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -697,7 +697,7 @@ For disabling the behaviour for certain buffers and/or modes."
"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!")))
@@ -1389,8 +1389,8 @@ This function is intended for use with `ivy-ignore-buffers'."
(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)
@@ -2255,7 +2255,7 @@ https://csclub.uwaterloo.ca/~abandali")
"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))))