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.
|
Align all nicks.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(ensure-library circe-aligned-nicks
|
(ensure-library sermon
|
||||||
:path "vendor-lisp/circe-aligned-nicks")
|
:path "vendor-lisp/sermon")
|
||||||
|
|
||||||
(with-eval-after-load 'circe
|
(with-eval-after-load 'circe
|
||||||
(require 'circe-aligned-nicks)
|
(require 'sermon)
|
||||||
(enable-circe-aligned-nicks))
|
(enable-sermon))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Org
|
** Org
|
||||||
|
|
Loading…
Reference in a new issue