summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-06-08 12:54:22 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-06-08 12:54:22 +0200
commitb399d45ce1024090db6307d717dbfcd25e7a7436 (patch)
treef6405d179060e9c5a26749c1487232d03f1be15c /config.org
parent58233066e8706385a9ed494d3aef7cd5fe6c2cf7 (diff)
needed to fix last commit
Diffstat (limited to 'config.org')
-rw-r--r--config.org31
1 files changed, 31 insertions, 0 deletions
diff --git a/config.org b/config.org
index 9efc14a..19e64fd 100644
--- a/config.org
+++ b/config.org
@@ -670,6 +670,37 @@ Mode for OpenGL Shading Language
(add-to-list 'auto-mode-alist '("\\.fs$" . glsl-mode)))
#+end_src
+<<<<<<< Updated upstream
+=======
+** Initialize =smtpmail-multi=
+
+#+begin_src emacs-lisp
+ (use-package smtpmail-multi
+ :ensure t
+ :bind
+ ("C-c m" . notmuch))
+#+end_src
+
+** Initialize =elfeed=
+
+#+begin_src emacs-lisp
+ (use-package elfeed
+ :ensure t)
+
+ (load "elfeed-urls.el")
+#+end_src
+
+** Initialize =yasnippet=
+
+#+begin_src emacs-lisp
+ (use-package yasnippet
+ :ensure t
+ :config
+ (setq yas-snippet-dirs '("~/.emacs.d/snippets"))
+ (yas-global-mode 1))
+#+end_src
+
+>>>>>>> Stashed changes
* Programming section
** Initialize =simpc=