File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -460,11 +460,11 @@ It should only modify the values of Spacemacs settings."
460
460
461
461
; ; If non-nil the frame is fullscreen when Emacs starts up. (default nil)
462
462
; ; (Emacs 24.4+ only)
463
- dotspacemacs-fullscreen-at-startup t
463
+ dotspacemacs-fullscreen-at-startup nil
464
464
465
465
; ; If non-nil `spacemacs/toggle-fullscreen' will not use native fullscreen.
466
466
; ; Use to disable fullscreen animations in OSX. (default nil)
467
- dotspacemacs-fullscreen-use-non-native nil
467
+ dotspacemacs-fullscreen-use-non-native t
468
468
; ; If non nil the frame is maximized when Emacs starts up.
469
469
; ; Takes effect only if `dotspacemacs-fullscreen-at-startup' is nil.
470
470
; ; (default nil) (Emacs 24.4+ only)
Original file line number Diff line number Diff line change @@ -284,6 +284,10 @@ Autocompletion config for launch files.
284
284
(add-hook 'prog-mode-hook 'copilot-mode)
285
285
#+END_SRC
286
286
** Miscellaneous
287
+ *** No title bar
288
+ #+BEGIN_SRC emacs-lisp :tangle user-config.el
289
+ (add-to-list 'default-frame-alist '(undecorated-round . t))
290
+ #+END_SRC
287
291
*** cursor
288
292
#+BEGIN_SRC emacs-lisp :tangle user-config.el
289
293
; Display Emacs cursor in terminal as it would be in GUI
You can’t perform that action at this time.
0 commit comments