Add keybinding to focus-mode

This also uses the package via `use-package`.
This commit is contained in:
Gergely Polonkai 2016-10-14 12:30:22 +02:00
parent 4b032987b9
commit 335fa463ed
1 changed files with 4 additions and 0 deletions

View File

@ -401,6 +401,10 @@
(use-package diminish
:defer t)
(use-package focus
:bind
(([f8] . focus-mode)))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")