added ERC settings

This commit is contained in:
ry
2021-12-01 17:22:26 -08:00
parent a845a4e800
commit 51f2f91ae7
2 changed files with 5 additions and 13 deletions

View File

@@ -319,13 +319,9 @@
erc-nick "opalvaults" ; Sets nick
erc-user-full-name "opalvaults"
erc-track-shorten-start 8
erc-autojoin-channels-alist '(("irc.libera.chat"
"#guix"
"#emacs"
"#scheme"))
erc-kill-buffer-on-part t
erc-auto-query 'bury
erc-fill-column 60
erc-fill-column 120
erc-fill-function 'erc-fill-static
erc-fill-static-center 20
erc-track-visibility nil

View File

@@ -248,7 +248,6 @@ Main Org/Agenda configuration.
#+end_src
* Org Babel
Org Babel allows us to evaluate source code blocks within org mode. With this functionality, we can tell org babel to insert the content of the source block codes into any file specified by using the org-babel-tangle function.
** Racket Specific Language
@@ -281,7 +280,6 @@ Org Babel allows us to evaluate source code blocks within org mode. With this fu
(setq geiser-default-implementation '(guile))
#+end_src
** Soure Block Creation Shortcuts
Here we use a package called org-tempo.
@@ -303,7 +301,6 @@ Here we use a package called org-tempo.
(add-to-list 'org-structure-template-alist '("rt" . "src racket")))
#+end_src
** Babel Configuration File Automation Hook
TODO: This needs to be fixed, or find an equiv.
@@ -447,13 +444,9 @@ Account Information:
erc-nick "opalvaults" ; Sets nick
erc-user-full-name "opalvaults"
erc-track-shorten-start 8
erc-autojoin-channels-alist '(("irc.libera.chat"
"#guix"
"#emacs"
"#scheme"))
erc-kill-buffer-on-part t
erc-auto-query 'bury
erc-fill-column 60
erc-fill-column 120
erc-fill-function 'erc-fill-static
erc-fill-static-center 20
erc-track-visibility nil
@@ -462,6 +455,9 @@ Account Information:
erc-track-exclude-server-buffer t)
#+end_src
#+RESULTS:
: t
* Elfeed (RSS)
#+begin_src emacs-lisp