feat: Install modern elisp libraries
Elisp can actually be quite nice with a bunch of modern tooling.
This commit is contained in:
parent
5f5abc05ba
commit
ac5b34e131
1 changed files with 7 additions and 1 deletions
8
init.el
8
init.el
|
|
@ -13,7 +13,13 @@
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
|
|
||||||
(defvar my-pkgs
|
(defvar my-pkgs
|
||||||
'(;; All packages
|
'(;; elisp libraries
|
||||||
|
dash
|
||||||
|
dash-functional
|
||||||
|
ht
|
||||||
|
s
|
||||||
|
|
||||||
|
;; editor packages
|
||||||
ace-jump-mode
|
ace-jump-mode
|
||||||
ag
|
ag
|
||||||
browse-kill-ring
|
browse-kill-ring
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue