In-tall the achievements package
This commit is contained in:
parent
deecd0eb5b
commit
217f16cf9d
2
.achievements
Normal file
2
.achievements
Normal file
File diff suppressed because one or more lines are too long
6
init.el
6
init.el
@ -58,6 +58,7 @@
|
|||||||
(quote
|
(quote
|
||||||
(ace-popup-menu
|
(ace-popup-menu
|
||||||
ace-window
|
ace-window
|
||||||
|
achievements
|
||||||
ag
|
ag
|
||||||
alert
|
alert
|
||||||
avy
|
avy
|
||||||
@ -868,6 +869,11 @@
|
|||||||
(use-package bind-key
|
(use-package bind-key
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package achievements
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(achievements-mode 1))
|
||||||
|
|
||||||
;; Load my own functions
|
;; Load my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user