From 63102057d1b2c2358972ee7da47f28c6afd71c52 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 4 Sep 2019 23:21:31 -0400 Subject: [PATCH] emacs: untabify init.el --- .emacs.d/init.el | 8 ++++---- 1 file 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)))) -- 2.20.1