aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-03-25 08:21:17 -0700
committercolin <colin@cicadas.surf>2023-03-25 08:21:17 -0700
commit3f30eecdd38d4a945c931201ba805ee33f0c3491 (patch)
tree20ff08cd2556d76fc1b755ec7b0b939150188841
parent7ca2ccb6da50feb7f193f839064087570af6e0e3 (diff)
add python stuff, feeds, erc config
-rw-r--r--init-el.org30
1 files changed, 21 insertions, 9 deletions
diff --git a/init-el.org b/init-el.org
index 69e60d4..88c7f7c 100644
--- a/init-el.org
+++ b/init-el.org
@@ -307,6 +307,7 @@ New in emacs 28, native compilation can be enabled:
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
+ (python . t)
(lisp . t)
(C . t)
(shell . t)))
@@ -603,9 +604,7 @@ New in emacs 28, native compilation can be enabled:
tao-theme
yoshi-theme
solo-jazz-theme
- stimmung-themes
- uwu-theme
- shanty-themes))
+ uwu-theme))
(dolist (package my-installed-themes)
(when (not (package-installed-p package))
@@ -619,21 +618,17 @@ New in emacs 28, native compilation can be enabled:
#+begin_src elisp :results none
(setq *my-themes*
- '(stimmung-themes-light
- modus-operandi
+ '(modus-operandi
tao-yang
solo-jazz
leuven
- dichromacy
zenburn
zerodark
yoshi
- shanty-themes-dark
sweet
uwu
tao-yin
- modus-vivendi
- stimmung-themes-dark))
+ modus-vivendi))
(load-theme 'dichromacy t)
@@ -811,6 +806,7 @@ stand up and move around.
(require 'calfw-org)
+
#+end_src
** Org Refile
@@ -870,9 +866,19 @@ stand up and move around.
* Communication
#+name: communications-config
#+begin_src elisp :noweb no-export :results none
+<<erc-config>>
<<crdt-config>>
#+end_src
+** ERC
+
+#+name: erc-config
+#+begin_src elisp :noweb no-export :results none
+
+(setq erc-hide-list '("JOIN" "QUIT" "PART"))
+
+#+end_src
+
** CRDT
#+name: crdt-config
@@ -988,11 +994,17 @@ stand up and move around.
#+name: elfeed-config
#+begin_src elisp :results none
+
(package-install 'elfeed)
+
(require 'elfeed)
(setq elfeed-feeds
'(
+ ("https://frame.work/blog.rss" hardware frontpage)
+ ("https://tomasp.net/rss.xml" programming blog)
+ ("https://alarmingdevelopment.org/?feed=rss2" programming blog)
+ ("https://programmingmadecomplicated.wordpress.com/feed" programming blog)
("http://blog.fogus.me/feed/" lisp blog frontpage)
("https://thereader.mitpress.mit.edu//feed" magazine frontpage culture philosophy science)
("https://blog.p-cos.net/categories/lisp/feed.xml" lisp frontpage)