[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]

[Emacspeak] Re: Using Emacspeak with straight.el as Package Manager?



Hello there,

> Has anyone had any luck with running Emacspeak with straight.el? I've tried
> the recipe from the emacsmmirror, but that didn't seem to work on its own

What version of Emacspeak? Did you remember to compile it first, as per
instructions? Here's a minimal config, assuming one was using a
pre-compiled 53.0 installation from the Debian Stable APT repository
(not recommended by the way, you DO want the latest features, right? 😎).

```
(defvar bootstrap-version)
(let ((bootstrap-file
       (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
      (bootstrap-version 5))
  (unless (file-exists-p bootstrap-file)
    (with-current-buffer
        (url-retrieve-synchronously
         "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el";
         'silent 'inhibit-cookies)
      (goto-char (point-max))
      (eval-print-last-sexp)))
  (load bootstrap-file nil 'nomessage))

(load "/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-setup.el")

(straight-use-package 'use-package)
(setq straight-use-package-by-default t)
```

~ Hendursaga


|May 1995 - Last Year|Current Year|


If you have questions about this archive or had problems using it, please contact us.

Contact Info Page