summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index a8fd87f..6a4b086 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -193,6 +193,15 @@
(set-frame-font "Fantasque Sans Mono:pixelsize=17" nil t)
#+END_SRC
+** Frame title
+
+ Show the buffer name in the frame title to make multiple frames
+ identifiable by the buffer they're showing.
+
+ #+BEGIN_SRC emacs-lisp
+ (setq frame-title-format '(:eval (concat "GNU Emacs: " (buffer-name))))
+ #+END_SRC
+
* Add org-mode appointments to the diary
Diary offers reminders, which can be useful when scheduling