From: Armaan Bhojwani Date: Sat, 19 Jun 2021 00:22:19 +0000 (-0400) Subject: Update indentation X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=f9c11e5ab2bf713cb9394822252ca14bef3a77e8 Update indentation --- diff --git a/config.org b/config.org index eff4418..dd8e92d 100644 --- a/config.org +++ b/config.org @@ -824,9 +824,10 @@ Similar to the ufile alias in my ashrc Automatically close unused buffers (except those of Circe) at midnight. #+begin_src emacs-lisp (midnight-mode) - (add-to-list 'clean-buffer-list-kill-never-regexps (lambda (buffer-name) - (with-current-buffer buffer-name - (derived-mode-p 'lui-mode)))) + (add-to-list 'clean-buffer-list-kill-never-regexps + (lambda (buffer-name) + (with-current-buffer buffer-name + (derived-mode-p 'lui-mode)))) #+end_src * Tangles ** Spectrwm