From d0cc1f2f6020f4001c7bb852ca198b43bca542c9 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 13:09:03 +0000 Subject: +default frame title to be εmacs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doom Emacs is cool but I like having the epsilon --- doom.d/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/doom.d/config.org b/doom.d/config.org index e6535ae..4f2e29f 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -23,6 +23,7 @@ Setting up variables and basic stuff that doesn't require a lot of work. (setq display-line-numbers-type nil) (display-battery-mode 1) +(setq-default frame-title-format '("%b - εmacs")) (cl-pushnew '("Libgen" "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car) #+END_SRC -- cgit v1.2.3-13-gbd6f