all repos — archive/dotfiles @ cf641adb86b549bcbdd2c696923dd853309c2930

Superseded by nixfiles

Emacs: Don't try to setup cyphejor on old Emacsen
Alan Pearce alan@alanpearce.uk
Sun, 09 Apr 2017 10:43:27 +0200
commit

cf641adb86b549bcbdd2c696923dd853309c2930

parent

5b20693bf72a419d1b526dcf53f8610fba7a39e0

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -324,6 +324,7 @@ #+BEGIN_SRC emacs-lisp
 (use-package cyphejor
   :defer 2
+  :if (not (version<= emacs-version "24.4"))
   :config (progn
             (setq cyphejor-rules `(("emacs"       "ε")
                                    ("diff"        "Δ")