dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 099a55227eb03a7485ddbffc02b5504b94d347a7
parent afc8cb6efc9bff82bb9ecf1ceba063160b5fdd22
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 20 Dec 2018 19:38:19 +0100

Fix bugfix

No idea how I let this one slide.

Diffstat:
M.emacs | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.emacs b/.emacs @@ -285,9 +285,9 @@ (setq frame-title-format '(:eval - (save-match-data - ((let ((project (my/project-name))) - (concat (when project (format "[%s] " project)) "%b")))))) + (save-match-data ; cf. bug#33697 + (let ((project (my/project-name))) + (concat (when project (format "[%s] " project)) "%b"))))) ;; TODO: fringe fun: hideshowvis, git gutter… ;; TODO: decruftify mode-line (e.g. remove superflous parens)