aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org8
1 files changed, 4 insertions, 4 deletions
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