lordpretzel / ace-more-links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL 3

Build Status

ace-more-links

Small library for adding and removing advice to functions.

Installation

Quelpa

Using use-package with quelpa.

(use-package
:quelpa ((ace-more-links
:fetcher github
:repo "lordpretzel/ace-more-links")
:upgrade t)
)

straight

Using use-package with straight.el

(use-package ace-more-links
:straight (ace-more-links :type git :host github :repo "lordpretzel/ace-more-links")

Source

Alternatively, install from source. First, clone the source code:

cd MY-PATH
git clone https://github.com/lordpretzel/ace-more-links.git

Now, from Emacs execute:

M-x package-install-file RET MY-PATH/ace-more-links

Alternatively to the second step, add this to your Symbol’s value as variable is void: .emacs file:

(add-to-list 'load-path "MY-PATH/ace-more-links")
(require 'ace-more-links)

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%