From d2144ec8c63e8f90d9dc0c8389a2f8bbf962fceb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 15:00:04 +0200 Subject: Move dialog box setting to init.org --- .emacs.d/init.el | 1 - .emacs.d/init.org | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 10dd489..98e92d8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,7 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq use-dialog-box nil) (setq user-full-name "Tom Willemse") (setq window-combination-resize t) (setq scroll-preserve-screen-position t) diff --git a/.emacs.d/init.org b/.emacs.d/init.org index d2d1c2c..7556072 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -202,6 +202,18 @@ (setq frame-title-format '(:eval (concat "GNU Emacs: " (buffer-name)))) #+END_SRC +** Don't show dialog boxes + + Unfortunately this doesn't remove /all/ dialog boxes, but at least it + keeps some of them from popping up. According to the docstring it + should only change anything for when the mouse is used, which I + don't ever do, but I still feel safer keeping this in my + configuration. + + #+BEGIN_SRC emacs-lisp + (setq use-dialog-box nil) + #+END_SRC + * Add org-mode appointments to the diary Diary offers reminders, which can be useful when scheduling -- cgit v1.2.3-54-g00ecf