Fix byte-compiler error about eap
This commit is contained in:
parent
8555351598
commit
8385c94fe8
1 changed files with 7 additions and 4 deletions
|
@ -226,10 +226,6 @@ MODE1 is enabled and vice-versa."
|
|||
"contacts.org" "work") eol))))
|
||||
(add-to-list 'desktop-globals-to-clear 'desktop-dirname))
|
||||
|
||||
(stante-after eap
|
||||
(setq eap-music-library "/mnt/music")
|
||||
(setq eap-playlist-library "~/music/playlists"))
|
||||
|
||||
(stante-after ediff-wind
|
||||
(setq ediff-window-setup-function 'ediff-setup-windows-plain))
|
||||
|
||||
|
@ -405,6 +401,13 @@ MODE1 is enabled and vice-versa."
|
|||
|
||||
(use-package apache-mode :ensure t :defer t)
|
||||
|
||||
(use-package eap
|
||||
:load-path "vendor-lisp/eap"
|
||||
:commands (eap)
|
||||
:config
|
||||
(setq eap-music-library "~/music/ogg"
|
||||
eap-playlist-library "~/music/playlists"))
|
||||
|
||||
(use-package eshell
|
||||
:bind (("<f8>" . oni:raise-eshell))
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue