Inhibit GUI dialog boxes

This commit is contained in:
Kashish Sharma 2018-09-28 03:17:06 +05:30
parent bf3042b91c
commit 19cc85abd9
1 changed files with 5 additions and 5 deletions

View File

@ -4,12 +4,12 @@
(tool-bar-mode -1)
(scroll-bar-mode -1)
(horizontal-scroll-bar-mode -1)
(setq focus-follows-mouse t)
(setq mouse-autoselect-window t)
(display-time-mode t)
(setq display-time-format
"%a, %d %h %Y %T"
display-time-interval 1)
(setq focus-follows-mouse t
mouse-autoselect-window t
display-time-format "%a, %d %h %Y %T"
display-time-interval 1
use-dialog-box nil)
;; Highlight current line
(global-hl-line-mode 1)