Update the default frame name to unravel/emacs
Which is the name of this project
This commit is contained in:
parent
00feecc147
commit
2fbb88719d
2 changed files with 2 additions and 2 deletions
|
@ -44,4 +44,4 @@
|
|||
|
||||
;; Name the default frame
|
||||
;; You can select a frame with M-x select-frame-by-name
|
||||
(add-hook 'after-init-hook (lambda () (set-frame-name "unravel")))
|
||||
(add-hook 'after-init-hook (lambda () (set-frame-name "unravel/emacs")))
|
||||
|
|
|
@ -156,7 +156,7 @@ Naming frames allows you to select them using completion (=M-x select-frame-by-n
|
|||
#+begin_src emacs-lisp :tangle "early-init.el"
|
||||
;; Name the default frame
|
||||
;; You can select a frame with M-x select-frame-by-name
|
||||
(add-hook 'after-init-hook (lambda () (set-frame-name "unravel")))
|
||||
(add-hook 'after-init-hook (lambda () (set-frame-name "unravel/emacs")))
|
||||
#+end_src
|
||||
|
||||
* The =init.el= file
|
||||
|
|
Loading…
Reference in a new issue