From 369a5f19715bb6a593ae2ff569fdfebb4b7d4907 Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 23 Mar 2020 22:15:17 -0500 Subject: [PATCH] Include znc in social.el --- .emacs.d/init.el | 4 ++-- .emacs.d/jlj-secrets.gpg | Bin 479 -> 495 bytes .emacs.d/jlj-social.el | 45 +++++++++++++++++++-------------------- 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4a438f3..38795c1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -25,7 +25,7 @@ (load-file "~/.emacs.d/jlj-org.el") (load-file "~/.emacs.d/jlj-python.el") (load-file "~/.emacs.d/jlj-rust.el") -(load-file "~/.emacs.d/jlj-social.el") +;; (load-file "~/.emacs.d/jlj-social.el") ;; load keychain (if it exists) (when (eq system-type 'gnu/linux) @@ -42,7 +42,7 @@ '(global-hl-line-mode t) '(package-selected-packages (quote - (pinboard yaml-mode which-key web-mode virtualenvwrapper use-package twittering-mode try smex racer powershell poetry pipenv ox-reveal outline-magic org-pdfview org-bullets ob-restclient multiple-cursors magit lua-mode lsp-ui iedit helm flycheck-rust exec-path-from-shell eglot edit-indirect company-lsp ansible ace-window)))) + (znc pinboard yaml-mode which-key web-mode virtualenvwrapper use-package twittering-mode try smex racer powershell poetry pipenv ox-reveal outline-magic org-pdfview org-bullets ob-restclient multiple-cursors magit lua-mode lsp-ui iedit helm flycheck-rust exec-path-from-shell eglot edit-indirect company-lsp ansible ace-window)))) '(znc-servers `(("bouncer.awful.club" 5000 t ((freenode "blindidiotgod/freenode" ,znc-password) diff --git a/.emacs.d/jlj-secrets.gpg b/.emacs.d/jlj-secrets.gpg index bb58e2d8388a65460021c97bd574edc5d2ff17e3..1f6ad8333c393acd447e0f2c6348e9993e469aa6 100644 GIT binary patch literal 495 zcmVaa2^v9MZ86gpaU&$9K&n^V(kW(6}RT2({JrPA=NCPtx~h%bRLX$Xe2v^j)k{wMT^Lbz_h2sL7MK? zEr%H@xY8i47Wtb>Z^58nkCgpWdF2I9IIXBEB2^#g-6C&U{A`0R$5v`1tjbZ>%}l{w zVbAWKc{Hh#$3Hr8mzhlx=uuLFSO@iIO#u*-g&nj2x#!wSvczfHL+VFu4 zTOOzfcSR71_A@3vTx^CaNp1K!5X%UZNf1MgV_cML^oY{}K&{Vf{jyUG`ARu0E+(Y3KeCcgdG5^W zlaX)3Tu5jgjq4FtuZN0M1HQi5!kz z+x7)GC6f0CEdbh20_50x*$0p@=bQ*wDjz^h@X$M3N-TD-!S+iS=ptC2{EMC=YO=1A z^EyhPsCR)A>D#-az->0}WJA)x4FUS@(3+l}D3cIT-cIrH!m|&V=j!3y^*=RUvtu^@01qqM zvd5MsonQ-3O|?0piC`&caQlnzd3J+A%!HaLJe$rLgFo;PDV-=uP!+F;@zg~C!t7fz zvYQ^a_s0^tZB;WSs&Fv!b5_6lVysA*sA4_d4aAWt5`9ETEM@gT1=$i|z14O`=Yd0u V#sO5TOYF!SLTh)GwSkbXfVdfS>X`rl diff --git a/.emacs.d/jlj-social.el b/.emacs.d/jlj-social.el index 017148b..31d3039 100644 --- a/.emacs.d/jlj-social.el +++ b/.emacs.d/jlj-social.el @@ -60,12 +60,12 @@ (with-eval-after-load "twittering-mode" (define-key twittering-mode-map (kbd "C-c C-o") `twittering-view-user-page)))) ;;;; irc -;; (use-package znc -;; :ensure t -;; :config -;; (progn -;; (custom-set-variables '(epg-gpg-program "/usr/local/bin/gpg")) -;; (setq auth-sources `("~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-secrets.gpg")) +(use-package znc + :ensure t + :config + (progn + (custom-set-variables '(epg-gpg-program "/usr/local/bin/gpg")) + (setq auth-sources `("~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-secrets.gpg")) ;; handle annoying gpg shit. @@ -82,20 +82,19 @@ (setq znc-password(lookup-password "bouncer.awful.club" "blindidiotgod/OFTC" 5000)) -;; ;; by default, erc alerts you on any activity. I only want to hear -;; ;; about mentions of nick or keyword -;; (custom-set-variables -;; '(znc-servers -;; `(("bouncer.awful.club" 5000 t -;; ((freenode "blindidiotgod/freenode" ,znc-password) -;; (OFTC "blindidiotgod/OFTC" ,znc-password)))))) -;; (setq erc-current-nick-highlight-type 'all) -;; (setq erc-keywords '("security")) -;; (setq erc-track-exclude-types '("JOIN" "PART" "NICK" "MODE" "QUIT")) -;; (setq erc-track-use-faces t) -;; (setq erc-track-faces-priority-list -;; '(erc-current-nick-face erc-keyword-face)) -;; (setq erc-track-priority-faces-only 'all) -;; (setq erc-hide-list '("PART" "QUIT" "JOIN")) -;; (setq erc-join-buffer 'bury))) - + ;; by default, erc alerts you on any activity. I only want to hear + ;; about mentions of nick or keyword + (custom-set-variables + '(znc-servers + `(("bouncer.awful.club" 5000 t + ((freenode "blindidiotgod/freenode" ,znc-password) + (comintern "blindidiotgod/comintern" ,znc-password)))))) + (setq erc-current-nick-highlight-type 'all) + (setq erc-keywords '("security")) + (setq erc-track-exclude-types '("JOIN" "PART" "NICK" "MODE" "QUIT")) + (setq erc-track-use-faces t) + (setq erc-track-faces-priority-list + '(erc-current-nick-face erc-keyword-face)) + (setq erc-track-priority-faces-only 'all) + (setq erc-hide-list '("PART" "QUIT" "JOIN")) + (setq erc-join-buffer 'bury)))