added ERC settings
This commit is contained in:
@@ -319,13 +319,9 @@
|
|||||||
erc-nick "opalvaults" ; Sets nick
|
erc-nick "opalvaults" ; Sets nick
|
||||||
erc-user-full-name "opalvaults"
|
erc-user-full-name "opalvaults"
|
||||||
erc-track-shorten-start 8
|
erc-track-shorten-start 8
|
||||||
erc-autojoin-channels-alist '(("irc.libera.chat"
|
|
||||||
"#guix"
|
|
||||||
"#emacs"
|
|
||||||
"#scheme"))
|
|
||||||
erc-kill-buffer-on-part t
|
erc-kill-buffer-on-part t
|
||||||
erc-auto-query 'bury
|
erc-auto-query 'bury
|
||||||
erc-fill-column 60
|
erc-fill-column 120
|
||||||
erc-fill-function 'erc-fill-static
|
erc-fill-function 'erc-fill-static
|
||||||
erc-fill-static-center 20
|
erc-fill-static-center 20
|
||||||
erc-track-visibility nil
|
erc-track-visibility nil
|
||||||
|
|||||||
@@ -248,7 +248,6 @@ Main Org/Agenda configuration.
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Org Babel
|
* 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.
|
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
|
** 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))
|
(setq geiser-default-implementation '(guile))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
** Soure Block Creation Shortcuts
|
** Soure Block Creation Shortcuts
|
||||||
|
|
||||||
Here we use a package called org-tempo.
|
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")))
|
(add-to-list 'org-structure-template-alist '("rt" . "src racket")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
** Babel Configuration File Automation Hook
|
** Babel Configuration File Automation Hook
|
||||||
|
|
||||||
TODO: This needs to be fixed, or find an equiv.
|
TODO: This needs to be fixed, or find an equiv.
|
||||||
@@ -447,13 +444,9 @@ Account Information:
|
|||||||
erc-nick "opalvaults" ; Sets nick
|
erc-nick "opalvaults" ; Sets nick
|
||||||
erc-user-full-name "opalvaults"
|
erc-user-full-name "opalvaults"
|
||||||
erc-track-shorten-start 8
|
erc-track-shorten-start 8
|
||||||
erc-autojoin-channels-alist '(("irc.libera.chat"
|
|
||||||
"#guix"
|
|
||||||
"#emacs"
|
|
||||||
"#scheme"))
|
|
||||||
erc-kill-buffer-on-part t
|
erc-kill-buffer-on-part t
|
||||||
erc-auto-query 'bury
|
erc-auto-query 'bury
|
||||||
erc-fill-column 60
|
erc-fill-column 120
|
||||||
erc-fill-function 'erc-fill-static
|
erc-fill-function 'erc-fill-static
|
||||||
erc-fill-static-center 20
|
erc-fill-static-center 20
|
||||||
erc-track-visibility nil
|
erc-track-visibility nil
|
||||||
@@ -462,6 +455,9 @@ Account Information:
|
|||||||
erc-track-exclude-server-buffer t)
|
erc-track-exclude-server-buffer t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+RESULTS:
|
||||||
|
: t
|
||||||
|
|
||||||
* Elfeed (RSS)
|
* Elfeed (RSS)
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user