Edit emacs config for better terminal support
This commit is contained in:
@@ -49,10 +49,11 @@
|
||||
;; prevent resizing of the frame
|
||||
(setq frame-inhibit-implied-resize t)
|
||||
|
||||
;; no bars
|
||||
(menu-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
;; no bars when graphical
|
||||
(when (display-graphic-p)
|
||||
(menu-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1))
|
||||
|
||||
;; no startup screen
|
||||
(setq inhibit-startup-screen t)
|
||||
|
@@ -57,7 +57,7 @@
|
||||
(setq use-package-always-demand t
|
||||
use-package-compute-statistics t)
|
||||
|
||||
(require 'bind-key)
|
||||
(use-package bind-key)
|
||||
|
||||
(use-package diminish)
|
||||
|
||||
|
Reference in New Issue
Block a user