Rename circe-aligned-nicks -> sermon
This commit is contained in:
parent
39761c3886
commit
7aa25f2a5b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue