Install the ace-popup-menu package

This commit is contained in:
Gergely Polonkai 2016-10-28 07:12:16 +02:00
parent 16efffafef
commit 245e01ebad
1 changed files with 7 additions and 1 deletions

View File

@ -56,7 +56,8 @@
'(initial-scratch-message nil)
'(package-selected-packages
(quote
(ace-window
(ace-popup-menu
ace-window
ag
alert
avy
@ -855,6 +856,11 @@
(which-func-mode)))
(setq which-func-unknown ""))
(use-package ace-popup-menu
:ensure t
:config
(ace-popup-menu-mode 1))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")