summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.org b/init.org
index 719b9c1..72dd048 100644
--- a/init.org
+++ b/init.org
@@ -696,6 +696,7 @@ Some more initialisation settings:
Set up global key bindings for controlling EMMS in any mode.
#+BEGIN_SRC elisp
+(require 'emms-setup)
(global-set-key (kbd "C-c e t") 'emms-play-directory-tree)
(global-set-key (kbd "C-c e x") 'emms-start)
(global-set-key (kbd "C-c e v") 'emms-stop)
@@ -730,11 +731,9 @@ All of this should be loaded lazily.
#+BEGIN_SRC elisp :noweb-ref emms-lazy
(with-eval-after-load "emms"
<<emms>>
- )
-(require 'emms-setup)
+)
#+END_SRC
-
* Lilypond
:PROPERTIES:
:header-args: :noweb-ref lilypond