summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-18 23:20:36 -0600
committerCase Duckworth2021-01-18 23:20:36 -0600
commit63d7ca3f04d4e3b3e1f70d26a65f442d33900f75 (patch)
treed2c718464069d7f74420bfd5c49e38a13801ec21 /config.org
parentChange left-curly-arrow bitmap (diff)
downloademacs-63d7ca3f04d4e3b3e1f70d26a65f442d33900f75.tar.gz
emacs-63d7ca3f04d4e3b3e1f70d26a65f442d33900f75.zip
Customize frame title
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.org b/config.org index d228030..a04bd01 100644 --- a/config.org +++ b/config.org
@@ -232,6 +232,13 @@
232 232
233*** Frames 233*** Frames
234 234
235**** Frame titles
236
237 #+begin_src emacs-lisp
238 (cuss frame-title-format (concat invocation-name "@" system-name
239 ": %b %+%+ %f"))
240 #+end_src
241
235**** Fringes 242**** Fringes
236 243
237 #+begin_src emacs-lisp 244 #+begin_src emacs-lisp
@@ -253,7 +260,6 @@
253 #b00011000]) 260 #b00011000])
254 #+end_src 261 #+end_src
255 262
256
257**** Minibuffer 263**** Minibuffer
258 264
259 #+begin_src emacs-lisp 265 #+begin_src emacs-lisp