summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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))