emacs: enable menu-bar-mode

My displays are big and high-res enough and there's at least picture
mode that is supposed to work a lot better with it.
This commit is contained in:
Payas Relekar 2023-09-19 20:31:28 +05:30
parent c952bd1a7b
commit 55e5c7ac23

View file

@ -95,6 +95,7 @@ This section lists my personal general thoughts about Why this file exists, boot
(setq! auto-save-file-name-transforms `((".*" ,(concat user-emacs-directory "tmp/auto-save/")))
backup-directory-alist `(("." . ,(concat user-emacs-directory "tmp/"))))
(menu-bar-mode 1)
(global-whitespace-mode 0)
(column-number-mode 1)
(pixel-scroll-precision-mode 1)