+default frame title to be εmacs

Doom Emacs is cool but I like having the epsilon
This commit is contained in:
AChavali
2019-12-30 13:09:03 +00:00
parent b93c07f0f9
commit d0cc1f2f60

View File

@@ -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