summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--TODO.org17
1 files changed, 16 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org index 3d9e891..347684d 100644 --- a/TODO.org +++ b/TODO.org
@@ -14,7 +14,7 @@
14 14
15** TODO Install =el-patch=? 15** TODO Install =el-patch=?
16 16
17** TODO Look at [[https://gitlab.com/ideasman42/emacs-mode-line-idle][ideasman42 / emacs-mode-line-idle]] 17** DONE Look at [[https://gitlab.com/ideasman42/emacs-mode-line-idle][ideasman42 / emacs-mode-line-idle]]
18 18
19** TODO Look into =which-key= [[https://github.com/justbur/emacs-which-key#2017-12-13-added-which-key-enable-extended-define-key][bind naming]] 19** TODO Look into =which-key= [[https://github.com/justbur/emacs-which-key#2017-12-13-added-which-key-enable-extended-define-key][bind naming]]
20 20
@@ -69,3 +69,18 @@
69 acdw-irc/left-margin " ") 69 acdw-irc/left-margin " ")
70 line-number-mode nil))) 70 line-number-mode nil)))
71#+end_src 71#+end_src
72
73** ZNC Connecting (from #systemcrafters)
74
75#+begin_quote
76daviwil | minikN: I connect to the hostname/port of my ZNC server,
77 but the trick is that the username is the nick you want to
78 use on the server and the password is your znc username
79 and password joined with a colon, like daviwil:b4dp4ssw0rd
80 minikN | so you don't specify the network in your password? like
81 user/network:password?
82 benoitj | daviwil: nice password you have there
83 daviwil | minikN: nope, I only have one network anyway
84- acdw > daviwil: I just see *******
85 benoitj | I use two networks
86#+end_quote