Update the default frame name to unravel/emacs

Which is the name of this project
This commit is contained in:
Vedang Manerikar 2024-11-20 22:16:30 +05:30
parent 00feecc147
commit 2fbb88719d
2 changed files with 2 additions and 2 deletions

View file

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

View file

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