Apparently this makes Emacs non-resizeable
This commit is contained in:
parent
6bbd60b89e
commit
c4ebd88c52
@ -21,9 +21,6 @@
|
||||
even-window-sizes nil)
|
||||
(setq-default indent-tabs-mode nil)
|
||||
|
||||
;; Always take up the full screen when Emacs opens
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
||||
;; Always display line numbers in text/programming modes
|
||||
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
|
||||
(add-hook 'text-mode-hook #'display-line-numbers-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user