Skip to content

Commit

Permalink
Rename "namespace" rune to efs for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolidoro committed Dec 4, 2020
1 parent 2df2a70 commit df2d21e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ This configuration uses [[https://evil.readthedocs.io/en/latest/index.html][evil

(use-package general
:config
(general-create-definer rune/leader-keys
(general-create-definer efs/leader-keys
:keymaps '(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC")

(rune/leader-keys
(efs/leader-keys
"t" '(:ignore t :which-key "toggles")
"tt" '(counsel-load-theme :which-key "choose theme")))

Expand Down Expand Up @@ -277,7 +277,7 @@ This is an example of using [[https://github.com/abo-abo/hydra][Hydra]] to desig
("k" text-scale-decrease "out")
("f" nil "finished" :exit t))

(rune/leader-keys
(efs/leader-keys
"ts" '(hydra-text-scale/body :which-key "scale text"))

#+end_src
Expand Down
6 changes: 3 additions & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@

(use-package general
:config
(general-create-definer rune/leader-keys
(general-create-definer efs/leader-keys
:keymaps '(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC")

(rune/leader-keys
(efs/leader-keys
"t" '(:ignore t :which-key "toggles")
"tt" '(counsel-load-theme :which-key "choose theme")))

Expand Down Expand Up @@ -166,7 +166,7 @@
("k" text-scale-decrease "out")
("f" nil "finished" :exit t))

(rune/leader-keys
(efs/leader-keys
"ts" '(hydra-text-scale/body :which-key "scale text"))

(defun efs/org-font-setup ()
Expand Down

0 comments on commit df2d21e

Please sign in to comment.