From d1c129f5f88129c33ff4357a555d4a88faef49f9 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 22 Nov 2021 16:53:04 +0100 Subject: [PATCH] [Emacs] Update frame name, remove redundant mu4e option --- org/config/emacs.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 4b36b4b..4d4d4b2 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -400,7 +400,7 @@ on the matter. (:eval (let ((project-name (projectile-project-name))) (unless (string= "-" project-name) - (format (if (buffer-modified-p) " ◉ %s" "  ●  %s") project-name)))))) + (format (if (buffer-modified-p) " ◉ %s" "  ●  %s - Emacs") project-name)))))) #+end_src ** Nice Macros From Doom-Emacs @@ -1403,8 +1403,7 @@ configuration for the ~mu4e~ package itself. (when (fboundp 'imagemagick-register-types) (imagemagick-register-types)) - (add-to-list 'mu4e-view-actions '("View in browser" . mu4e-action-view-in-browser) t) - (add-to-list 'mu4e-view-actions '("PDF view" . mu4e-action-open-as-pdf) t) + (add-to-list 'mu4e-view-actions '("PDF view" . mu4e-action-open-as-pdf) t) (require 'gnus-dired) (setq gnus-dired-mail-mode 'mu4e-user-agent)