Skip to content

find dosent work #32

Description

@panospap004

i am using the kitty terminal {i have also tested vterm, console} the only command i cant get to work is the ee-find when i launch it i get
error tool devicon-lookup not instaled
but if i go inside ~/.emacs.d/elpa/eee and run the eee-find.sh file it works perfectly

Image

i did add the devicon to my path and installed for both my fish shell that i use and bash that i have as backup and my got is very minimal just this

(use-package eee
:vc (:url "https://github.com/eval-exec/eee.el.git"
:rev :newest)
:bind-keymap
;; ("s-e" . ee-keymap)
:config

;; Should have wezterm or alacritty installed, more terminal application is supporting...
;; Issues and pull requests are welcome
;; (setq ee-start-terminal-function #'ee-vterm-start-terminal)
(setq ee-terminal-command "kitty")
)

and the keybinds

(start/leader-keys
"T" '(:ignore t :wk "Tools {rg, yazi, lazy, etc}")
"T l" '(ee-lazygit :wk "Open lazygit")
"T y" '(ee-yazi :wk "Yazi current folder")
"T Y" '(ee-yazi-project :wk "Yazi project root")
"T S" '(ee-rg :wk "Search current file")
"T s" '(ee-rga :wk "Search all open files")
"T f" '(ee-find :wk "Find file in current folder")
)

my system is arch linux with dwm and i a installed emacs from the aur

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions