diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-12-19 10:57:32 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-12-19 10:57:32 +0100 |
| commit | 917d1105647929fd6e0c7034b859266c26008ef8 (patch) | |
| tree | 32cde1e92c28d01a2665ca883075fbd8f0931718 /emacs/init.el | |
| parent | 46657d088a86df00e87fce733cf0713890330854 (diff) | |
| download | dotfiles-917d1105647929fd6e0c7034b859266c26008ef8.tar.gz dotfiles-917d1105647929fd6e0c7034b859266c26008ef8.zip | |
emacs: some minor updates
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 4 |
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")) |
