In-tall the achievements package

This commit is contained in:
Gergely Polonkai 2016-11-01 13:52:52 +01:00
parent deecd0eb5b
commit 217f16cf9d
2 changed files with 8 additions and 0 deletions

2
.achievements Normal file

File diff suppressed because one or more lines are too long

View File

@ -58,6 +58,7 @@
(quote
(ace-popup-menu
ace-window
achievements
ag
alert
avy
@ -868,6 +869,11 @@
(use-package bind-key
:ensure t)
(use-package achievements
:ensure t
:config
(achievements-mode 1))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")