Skip to content

Commit

Permalink
remove tool bar and menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol-yang committed Apr 23, 2024
1 parent 98e11a1 commit 45cf927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/init-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
;;; Commentary:
;;; Code:

(tool-bar-mode -1)
(menu-bar-mode -1)

(add-to-list 'default-frame-alist
'(font . "Hack Nerd Font Mono-10"))
(add-to-list 'default-frame-alist '(width . 130))
Expand Down

0 comments on commit 45cf927

Please sign in to comment.