projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cce35ac
)
emacs: untabify init.el
author
Amin Bandali
<bandali@gnu.org>
Thu, 5 Sep 2019 03:21:31 +0000
(23:21 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 5 Sep 2019 03:21:31 +0000
(23:21 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
deb88ba
..
94b096d
100644
(file)
--- 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")
"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!")))
(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
(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)
(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))
"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))))
(when from
msg-id))))