Compare commits

..

No commits in common. "67f465eaf7f91e867eca460fbd578be398a707f5" and "24b0a37244a305fcab5eae19e996a50a0d1062ed" have entirely different histories.

3 changed files with 1 additions and 19 deletions

View file

@ -16,7 +16,7 @@
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/637d8261-0650-4ece-a35b-59d97baf64a7"; { device = "/dev/disk/by-uuid/637d8261-0650-4ece-a35b-59d97baf64a7";
fsType = "btrfs"; fsType = "btrfs";
options = [ "defaults,noatime,compress=zstd,subvol=@" ]; options = [ "subvol=@" ];
}; };
boot.initrd.luks.devices."luks-385106b5-71f7-460e-9a2b-2416f3b54cb6".device = "/dev/disk/by-uuid/385106b5-71f7-460e-9a2b-2416f3b54cb6"; boot.initrd.luks.devices."luks-385106b5-71f7-460e-9a2b-2416f3b54cb6".device = "/dev/disk/by-uuid/385106b5-71f7-460e-9a2b-2416f3b54cb6";

View file

@ -1332,15 +1332,6 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
;; ,(my-make-mu4e-context "example2" "user@example1.com" "user@example2.com" "Johnny" "Example Organization" "John Doe\nThis is my other signature" "Personal.p") ;; ,(my-make-mu4e-context "example2" "user@example1.com" "user@example2.com" "Johnny" "Example Organization" "John Doe\nThis is my other signature" "Personal.p")
;; )) ;; ))
;;(mu4e-context-switch t "example1") ;;(mu4e-context-switch t "example1")
(org-msg-mode 0)
;; https://emacs.stackexchange.com/questions/3061/how-to-stop-mu4e-from-inserting-line-breaks
(defun no-auto-fill ()
"Turn off auto-fill-mode."
(auto-fill-mode -1))
(add-hook 'mu4e-compose-mode-hook #'no-auto-fill)
) )
;; TODO fix my make-mu4e-context wrapper ;; TODO fix my make-mu4e-context wrapper

View file

@ -1556,15 +1556,6 @@ I don't have this active right now since it's kinda weird with pgtk...
;; ,(my-make-mu4e-context "example2" "user@example1.com" "user@example2.com" "Johnny" "Example Organization" "John Doe\nThis is my other signature" "Personal.p") ;; ,(my-make-mu4e-context "example2" "user@example1.com" "user@example2.com" "Johnny" "Example Organization" "John Doe\nThis is my other signature" "Personal.p")
;; )) ;; ))
;;(mu4e-context-switch t "example1") ;;(mu4e-context-switch t "example1")
(org-msg-mode 0)
;; https://emacs.stackexchange.com/questions/3061/how-to-stop-mu4e-from-inserting-line-breaks
(defun no-auto-fill ()
"Turn off auto-fill-mode."
(auto-fill-mode -1))
(add-hook 'mu4e-compose-mode-hook #'no-auto-fill)
) )
;; TODO fix my make-mu4e-context wrapper ;; TODO fix my make-mu4e-context wrapper