Add to TODO

This commit is contained in:
Case Duckworth 2021-09-08 08:43:20 -05:00
parent c8e005fa37
commit 9a68c30e7a
1 changed files with 16 additions and 1 deletions

View File

@ -14,7 +14,7 @@
** TODO Install =el-patch=?
** TODO Look at [[https://gitlab.com/ideasman42/emacs-mode-line-idle][ideasman42 / emacs-mode-line-idle]]
** DONE Look at [[https://gitlab.com/ideasman42/emacs-mode-line-idle][ideasman42 / emacs-mode-line-idle]]
** TODO Look into =which-key= [[https://github.com/justbur/emacs-which-key#2017-12-13-added-which-key-enable-extended-define-key][bind naming]]
@ -69,3 +69,18 @@
acdw-irc/left-margin " ")
line-number-mode nil)))
#+end_src
** ZNC Connecting (from #systemcrafters)
#+begin_quote
daviwil | minikN: I connect to the hostname/port of my ZNC server,
but the trick is that the username is the nick you want to
use on the server and the password is your znc username
and password joined with a colon, like daviwil:b4dp4ssw0rd
minikN | so you don't specify the network in your password? like
user/network:password?
benoitj | daviwil: nice password you have there
daviwil | minikN: nope, I only have one network anyway
- acdw > daviwil: I just see *******
benoitj | I use two networks
#+end_quote