Disable using dialog boxes
Even though i’m so much used to using the keyboard, i sometimes click on things. And then, these annoying dialogs apper. Well, not any more!
This commit is contained in:
parent
de2082281e
commit
c1a68ffee2
@ -99,7 +99,8 @@
|
||||
:custom
|
||||
(user-full-name "Gergely Polonkai")
|
||||
(user-mail-address "gergely@polonkai.eu")
|
||||
(kill-read-only-ok t))
|
||||
(kill-read-only-ok t)
|
||||
(use-dialog-box nil))
|
||||
#+END_SRC
|
||||
|
||||
** Set up my personal keymap
|
||||
|
@ -22,7 +22,6 @@
|
||||
'(inhibit-startup-echo-area-message (user-login-name))
|
||||
'(inhibit-startup-screen t)
|
||||
'(initial-scratch-message nil)
|
||||
'(kill-read-only-ok t)
|
||||
'(message-sendmail-envelope-from 'header)
|
||||
'(minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
|
||||
'(package-selected-packages
|
||||
|
Loading…
Reference in New Issue
Block a user