diff options
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 6739492..b2e4f96 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -211,6 +211,8 @@ :ensure t :after magit) +(use-package info-nav) + (use-package transpose-frame :init (dolist (i '(("j" . transpose-frame) |
