summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-23 08:20:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-23 08:46:24 -0700
commitddfd6400d33f6c6601ace4fa7c6e3905ffa1f5c9 (patch)
tree817905aea42551fc064443b98f4ead3c57b1b718
parentc56a0eeee6cb0ab4d13b8691aa80e1536a916a49 (diff)
downloaddotfiles-ddfd6400d33f6c6601ace4fa7c6e3905ffa1f5c9.tar.gz
elide unneeded spw/when-library-available
-rw-r--r--.emacs.d/init.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7cf41aec..0ee146a2 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4425,10 +4425,8 @@ mutt's review view, after exiting EDITOR."
(put 'spwcrontab 'common-lisp-indent-function '1)
(put 'kvm-boots-trusted-chroot. 'common-lisp-indent-function '1)
(put 'athenet-container-for. 'common-lisp-indent-function '3))
-
-(spw/when-library-available consfigurator
- (advice-add 'activate-consfigurator-indentation-hints
- :after #'spw/consfig-indentation-hints))
+(advice-add 'activate-consfigurator-indentation-hints
+ :after #'spw/consfig-indentation-hints)
;; Without xscheme, the *scheme* buffer is not Paredit-compatible.
(with-eval-after-load 'scheme (require 'xscheme))