summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-22 11:51:15 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-22 11:51:15 +0800
commit7743f3ed1b81fbc693d58585596bf7caf783d1c7 (patch)
treee236de03db2b36c4d45b2fcf92ec89ea67859ba5 /init.el
parent01c080b98c6c7b645ac5c502c896b0965b784cb1 (diff)
More configurations
Now TeX and elfeed are roughly configured.
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.el b/init.el
index 253fbf8..893457e 100644
--- a/init.el
+++ b/init.el
@@ -214,6 +214,15 @@ no effect."
(prepare-in-hook-once prepare-text text-mode-hook "text-conf.el")
+;;; TeX configurations
+
+(prepare-in-hook-once prepare-tex LaTeX-mode-hook "tex-conf.el")
+
+;;; elfeed
+
+(load-after-function elfeed "elfeed-conf.el" "Load elfeed and launch it." nil
+ (elfeed))
+
;;; magit
(load-after-function magit "magit-conf.el" "Load magit and launch it." nil