summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index afe297e..697ff3e 100644
--- a/emacs.el
+++ b/emacs.el
@@ -37,6 +37,9 @@
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
(setq-default nov-variable-pitch nil)
+;; Disable Toolbar
+(tool-bar-mode -1)
+
;; GNUS Configuration
(setq-default gnus-auto-select-first nil
gnus-select-method '(nnnil "")