Install ace-window and avy

This commit is contained in:
Gergely Polonkai
2016-10-13 11:01:25 +02:00
parent 293f74a0f6
commit dd30344cea
7 changed files with 2554 additions and 1 deletions

View File

@@ -49,7 +49,9 @@
("e6h" . "http://www.e6h.org/packages/"))))
'(package-selected-packages
(quote
(ag
(ace-window
ag
avy
buffer-move
coffee-mode
command-log-mode
@@ -372,6 +374,10 @@
(lambda ()
(if (display-graphic-p) org-bullets-mode))))
(use-package ace-window
:bind
(("M-p" . ace-window)))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")