Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install manually? #90

Open
al3xandru opened this issue Feb 13, 2024 · 1 comment
Open

How to install manually? #90

al3xandru opened this issue Feb 13, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@al3xandru
Copy link

Hi,

Would it be possible to provide some details on how to get this package installed manually? straight and quelpa both require custom setup. In addition, quelpa has an update that the owner is looking for a maintainer. thank you 🙏🏽

@al3xandru
Copy link
Author

Here's what I have done:

  1. check out the Github project into ~/.emacs.d/elpa
  2. have in the init.el:
(require 'org-super-links "~/.emacs.d/elpa/org-super-links/org-super-links.el")
(with-eval-after-load 'org-super-links
  (bind-key "C-c s s" 'org-super-links-link org-mode-map)
  (bind-key "C-c s l" 'org-super-links-store-link org-mode-map)
  (bind-key "C-c s C-l" 'org-super-links-insert-link org-mode-map))

I assume it would be even better to have the above snippet into a hook related to org, but I'm not familiar enough with Emacs & Lisp to put that together.

@toshism toshism added the documentation Improvements or additions to documentation label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants