aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1692150..b1b1e4d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -35,7 +35,9 @@
;;; Preface
-;; I'm sticking with the major version I'm using, deal with it.
+;; I'm using GNU Emacs 25, but everything should be working in GNU Emacs
+;; 24. There are some exceptions to this (e.g. webkit support), but these cases
+;; are individually handled.
(unless (>= emacs-major-version 24)
(error "Don't be a cheap bastard and upgrade to at least GNU Emacs 24"))