diff options
author | Alan Pearce | 2017-04-09 10:43:27 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-09 10:43:27 +0200 |
commit | cf641adb86b549bcbdd2c696923dd853309c2930 (patch) | |
tree | eb37c041cb6d04e9c2785463fbf88f7f1d6a04e0 | |
parent | 5b20693bf72a419d1b526dcf53f8610fba7a39e0 (diff) | |
download | dotfiles-cf641adb86b549bcbdd2c696923dd853309c2930.tar.lz dotfiles-cf641adb86b549bcbdd2c696923dd853309c2930.tar.zst dotfiles-cf641adb86b549bcbdd2c696923dd853309c2930.zip |
Emacs: Don't try to setup cyphejor on old Emacsen
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
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" "Δ") |