Added mbsync conf, extra opts for e-mail, rss
This commit is contained in:
@@ -285,3 +285,30 @@
|
||||
("/opal.sh/Sent" . ?s)
|
||||
("/opal.sh/Trash" . ?t)
|
||||
("/opal.sh/Drafts" . ?d))))
|
||||
|
||||
(setq erc-server "irc.libera.chat" ;sets default server
|
||||
erc-nick "libry" ; Sets nick
|
||||
erc-user-full-name "ry"
|
||||
erc-track-shorten-start 8
|
||||
erc-autojoin-channels-alist '(("irc.libera.chat" "#guix" "#emacs" "#systemcrafters"))
|
||||
erc-kill-buffer-on-part t
|
||||
erc-auto-query 'bury
|
||||
erc-fill-column 120
|
||||
erc-fill-function 'erc-fill-static
|
||||
erc-fill-static-center 20
|
||||
erc-track-visibility nil
|
||||
erc-interpret-mirc-color t
|
||||
erc-rename-buffers t
|
||||
erc-track-exclude-server-buffer t)
|
||||
|
||||
(global-set-key (kbd "C-x w") 'elfeed) ; set elfeed keybind
|
||||
|
||||
(setq elfeed-feeds
|
||||
'(; websites
|
||||
"https://landchad.net/rss.xml"
|
||||
"http://stallman.org/rss/rss.xml"
|
||||
"https://guix.gnu.org/feeds/blog.atom"
|
||||
; twitter/nitter
|
||||
"https://nitter.net/fsf/rss"
|
||||
; tube
|
||||
"https://odysee.com/$/rss/@AlphaNerd:8")
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
;;(scheme +guile) ; a fully conniving family of lisps
|
||||
(scheme +guile) ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
;;sml
|
||||
;;solidity ; do you need a blockchain? No.
|
||||
|
||||
@@ -21,6 +21,8 @@ export PATH=/home/ry/.cargo/bin:$PATH
|
||||
export PATH=/bin:$PATH
|
||||
# doom
|
||||
export PATH=~/.config/emacs/bin:$PATH
|
||||
# pkg config
|
||||
export PKG_CONFIG_PATH=/usr/bin/pkgconfig
|
||||
|
||||
# --- locale --- #
|
||||
export LANG=en_US.UTF-8
|
||||
@@ -62,7 +64,7 @@ alias gp="git push"
|
||||
alias gco="git checkout"
|
||||
|
||||
# config
|
||||
alias zshrc="vim ~/.config/zsh/.zshrc"
|
||||
alias zshrc="vim ~/dotfiles/.config/zsh/.zshrc"
|
||||
alias zshrcsource="source ~/.config/zsh/.zshrc"
|
||||
|
||||
# firewalld
|
||||
|
||||
43
Emacs.org
43
Emacs.org
@@ -365,7 +365,7 @@ Deft is a package that helps browse and filter plain text files. I use it to sea
|
||||
(deft-directory org-roam-directory))
|
||||
#+end_src
|
||||
|
||||
* Mu4e Configuration
|
||||
* Mu4e (E-mail)
|
||||
** Important Account information:
|
||||
*** Opal.sh
|
||||
- IMAP: imap.opal.sh -- 993
|
||||
@@ -404,4 +404,45 @@ Deft is a package that helps browse and filter plain text files. I use it to sea
|
||||
("/opal.sh/Sent" . ?s)
|
||||
("/opal.sh/Trash" . ?t)
|
||||
("/opal.sh/Drafts" . ?d))))
|
||||
#+end_src
|
||||
* ERC (IRC)
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq erc-server "irc.libera.chat" ;sets default server
|
||||
erc-nick "libry" ; Sets nick
|
||||
erc-user-full-name "ry"
|
||||
erc-track-shorten-start 8
|
||||
erc-autojoin-channels-alist '(("irc.libera.chat" "#guix" "#emacs" "#systemcrafters"))
|
||||
erc-kill-buffer-on-part t
|
||||
erc-auto-query 'bury
|
||||
erc-fill-column 120
|
||||
erc-fill-function 'erc-fill-static
|
||||
erc-fill-static-center 20
|
||||
erc-track-visibility nil
|
||||
erc-interpret-mirc-color t
|
||||
erc-rename-buffers t
|
||||
erc-track-exclude-server-buffer t)
|
||||
#+end_src
|
||||
* Elfeed (RSS)
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(global-set-key (kbd "C-x w") 'elfeed) ; set elfeed keybind
|
||||
|
||||
(setq elfeed-feeds
|
||||
'(; websites
|
||||
"https://landchad.net/rss.xml"
|
||||
"http://stallman.org/rss/rss.xml"
|
||||
"https://guix.gnu.org/feeds/blog.atom"
|
||||
; twitter/nitter
|
||||
"https://nitter.net/fsf/rss"
|
||||
; tube
|
||||
"https://odysee.com/$/rss/@AlphaNerd:8")
|
||||
#+end_src
|
||||
* Magit (Git)
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
|
||||
|
||||
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user