diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 747c2f4..7f252ca 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -837,12 +837,12 @@ To start off, first I need to enable lexical binding. Align all nicks. #+BEGIN_SRC emacs-lisp - (ensure-library circe-aligned-nicks - :path "vendor-lisp/circe-aligned-nicks") + (ensure-library sermon + :path "vendor-lisp/sermon") (with-eval-after-load 'circe - (require 'circe-aligned-nicks) - (enable-circe-aligned-nicks)) + (require 'sermon) + (enable-sermon)) #+END_SRC ** Org