In-tall the achievements package
This commit is contained in:
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
|
||||
(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")
|
||||
|
Reference in New Issue
Block a user