Install ace-window and avy
This commit is contained in:
8
init.el
8
init.el
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user