Commit e42040b11ff9

Vincent Demeester <vincent@sbr.pm>
2025-01-09 21:51:33
tools/emacs: add mu4e
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2c6a5ce
Changed files (3)
tools
users
vincent
tools/emacs/config/config-mu4e.el
@@ -0,0 +1,8 @@
+;;; config-mu4e.el -- mu emacs client configuration -*- lexical-binding: t -*-
+;;; Commentary:
+;;; Code:
+
+
+
+(provide 'config-mu4e)
+;;; config-mu4e.el ends here
tools/emacs/init.el
@@ -273,7 +273,8 @@ The DWIM behaviour of this command is as follows:
   (require 'programming-js)
   (require 'programming-nix)
   (require 'programming-treesitter)
-  (require 'programming-web))
+  (require 'programming-web)
+  (require 'config-mu4e))
 
 (if (file-exists-p (downcase (concat user-emacs-directory "/hosts/" (vde/short-hostname) ".el")))
     (load-file (downcase (concat user-emacs-directory "/hosts/" (vde/short-hostname) ".el"))))
users/vincent/dev/emacs.nix
@@ -82,6 +82,7 @@ let
     markdown-mode
     modus-themes
     multi-vterm
+    mu4e
     mwim
     nix-mode
     nix-ts-mode