Skip to content

Commit

Permalink
look: Add rounded corner for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Dec 14, 2023
1 parent 606248a commit f44ba51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ Autocompletion config for launch files.
(add-hook 'prog-mode-hook 'copilot-mode)
#+END_SRC
** Miscellaneous
*** No title bar
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(add-to-list 'default-frame-alist '(undecorated-round . t))
#+END_SRC
*** cursor
#+BEGIN_SRC emacs-lisp :tangle user-config.el
; Display Emacs cursor in terminal as it would be in GUI
Expand Down

0 comments on commit f44ba51

Please sign in to comment.