summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-12-09 17:01:53 +0100
committerAlan Pearce2015-12-09 17:01:53 +0100
commit861b202f45a455ae9fbef720aa7bfcb52402a5b3 (patch)
tree39413d66313c34b81015940564dfd7106385b2df /tag-emacs
parent260fad2ed071931265d3919faa3d429e06103e2c (diff)
downloaddotfiles-861b202f45a455ae9fbef720aa7bfcb52402a5b3.tar.lz
dotfiles-861b202f45a455ae9fbef720aa7bfcb52402a5b3.tar.zst
dotfiles-861b202f45a455ae9fbef720aa7bfcb52402a5b3.zip
Emacs: Delay init of cyphejor-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org27
1 files changed, 14 insertions, 13 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 39ae514..af86837 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1354,19 +1354,20 @@ modes.
 
 #+BEGIN_SRC emacs-lisp
   (use-package cyphejor
-    :init (progn
-            (setq cyphejor-rules `(("emacs"       "ε")
-                                   ("diff"        "Δ")
-                                   ("js2"         "js")
-                                   ("magit-status" ,(char-to-string (-find #'char-displayable-p '(11942 5848 177))))
-                                   ("inferior"    "i" :prefix)
-                                   ("interaction" "i" :prefix)
-                                   ("interactive" "i" :prefix)
-                                   ("menu"        "▤" :postfix)
-                                   ("ledger"      "Ledger")
-                                   ("mode"        "")
-                                   ("shell"       "sh" :postfix)))
-            (cyphejor-mode 1)))
+    :defer 2
+    :config (progn
+              (setq cyphejor-rules `(("emacs"       "ε")
+                                     ("diff"        "Δ")
+                                     ("js2"         "js")
+                                     ("magit-status" ,(char-to-string (-find #'char-displayable-p '(11942 5848 177))))
+                                     ("inferior"    "i" :prefix)
+                                     ("interaction" "i" :prefix)
+                                     ("interactive" "i" :prefix)
+                                     ("menu"        "▤" :postfix)
+                                     ("ledger"      "Ledger")
+                                     ("mode"        "")
+                                     ("shell"       "sh" :postfix)))
+              (cyphejor-mode 1)))
 #+END_SRC
 
 * Modes