summaryrefslogtreecommitdiffstats
path: root/init.d
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-03 21:37:11 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-03 21:37:11 +0200
commite7347b2cf48a6cce476852727ee7913d78f75f9d (patch)
tree031d760ebd457edb674d57b1c89971412771a9f3 /init.d
parentccac5d47bec254a902f8c467c21bba53f41c47b1 (diff)
downloademacs-e7347b2cf48a6cce476852727ee7913d78f75f9d.tar.gz
emacs-e7347b2cf48a6cce476852727ee7913d78f75f9d.tar.xz
emacs-e7347b2cf48a6cce476852727ee7913d78f75f9d.zip
init: Fix noweb-ref name
Diffstat (limited to 'init.d')
-rw-r--r--init.d/main.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.d/main.org b/init.d/main.org
index db999ab..ce7659f 100644
--- a/init.d/main.org
+++ b/init.d/main.org
@@ -1503,7 +1503,7 @@ create more hydras.
("<f2>" . alex/hydra-zoom/body)
("C-t" . alex/hydra-toggle/body))
:config
- <<helm>>)
+ <<hydra>>)
#+end_src
*** move splitter
@@ -1511,7 +1511,7 @@ create more hydras.
With this hydra I can move the splitter between frames using the
cursor keys.
-#+begin_src emacs-lisp :noweb-ref helm :tangle no
+#+begin_src emacs-lisp :noweb-ref hydra :tangle no
(require 'hydra-examples)
(defhydra alex/hydra-splitter ()
"Move window spitter"
@@ -1526,7 +1526,7 @@ cursor keys.
With this hydra I can change font site on demand, by repeatedly
pressing + or - until the desired font-size is reached.
-#+begin_src emacs-lisp :noweb-ref helm :tangle no
+#+begin_src emacs-lisp :noweb-ref hydra :tangle no
(defhydra alex/hydra-zoom ()
"Change font size"
("+" text-scale-increase "zoom in")
@@ -1542,7 +1542,7 @@ Because the keys are already documented in the docstring, hydra should
not show all the keys again in the mode line and we globally set the
hint to nil.
-#+begin_src emacs-lisp :noweb-ref helm :tangle no
+#+begin_src emacs-lisp :noweb-ref hydra :tangle no
(defhydra alex/hydra-toggle (:hint nil)
"