Install beacon-mode

This commit is contained in:
Gergely Polonkai
2016-10-20 14:29:42 +02:00
parent 0e26478bea
commit 43c1ab6c9f
4 changed files with 531 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
(ace-window
ag
avy
beacon
coffee-mode
command-log-mode
company
@@ -568,6 +569,10 @@
:config
(hungarian-holidays-add))
(use-package beacon
:config
(beacon-mode 1))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")