summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-09 10:43:27 +0200
committerAlan Pearce2017-04-09 10:43:27 +0200
commitcf641adb86b549bcbdd2c696923dd853309c2930 (patch)
treeeb37c041cb6d04e9c2785463fbf88f7f1d6a04e0 /emacs
parent5b20693bf72a419d1b526dcf53f8610fba7a39e0 (diff)
downloaddotfiles-cf641adb86b549bcbdd2c696923dd853309c2930.tar.lz
dotfiles-cf641adb86b549bcbdd2c696923dd853309c2930.tar.zst
dotfiles-cf641adb86b549bcbdd2c696923dd853309c2930.zip
Emacs: Don't try to setup cyphejor on old Emacsen
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index a3a30a4..cf6ce16 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -324,6 +324,7 @@ modes.
 #+BEGIN_SRC emacs-lisp
 (use-package cyphejor
   :defer 2
+  :if (not (version<= emacs-version "24.4"))
   :config (progn
             (setq cyphejor-rules `(("emacs"       "ε")
                                    ("diff"        "Δ")