Install the zygospore package

Bound to `C-x t w`
This commit is contained in:
Gergely Polonkai 2016-10-26 23:24:19 +02:00
parent 15d81e221b
commit b15cda6dc8
1 changed files with 8 additions and 1 deletions

View File

@ -144,7 +144,8 @@
xlicense xlicense
yaml-mode yaml-mode
yasnippet yasnippet
zone-nyan))) zone-nyan
zygospore)))
'(sgml-basic-offset 4) '(sgml-basic-offset 4)
'(show-trailing-whitespace t) '(show-trailing-whitespace t)
'(tab-width 4)) '(tab-width 4))
@ -819,6 +820,12 @@
(add-hook 'after-make-frame-functions (add-hook 'after-make-frame-functions
'--set-emoji-font)) '--set-emoji-font))
(use-package zygospore
:ensure t
:bind
(:map gpolonkai/pers-map
("w" . zygospore-toggle-delete-other-windows)))
;; Load my own functions ;; Load my own functions
(load "gnu-c-header.el") (load "gnu-c-header.el")
(load "toggle-window-split.el") (load "toggle-window-split.el")