summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-04 23:21:31 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-04 23:21:31 -0400
commit63102057d1b2c2358972ee7da47f28c6afd71c52 (patch)
tree17a5d14e55edc5843e131d5686dc4eb67ca0f0e1 /.emacs.d/init.el
parentcce35acae705899028777fe3e3e0cafe89c13451 (diff)
downloadconfigs-63102057d1b2c2358972ee7da47f28c6afd71c52.tar.gz
configs-63102057d1b2c2358972ee7da47f28c6afd71c52.tar.xz
configs-63102057d1b2c2358972ee7da47f28c6afd71c52.zip
emacs: untabify init.el
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))))