about summary refs log blame commit diff stats
path: root/enumerate/enumerate.cc
blob: 2777c407559f9a1bafb864b1f5396733b84056de (plain) (tree)
="w"> 'forward)) (use-package fullframe :after (magit dashboard) :config (fullframe magit-status magit-mode-quit-window) (fullframe vc-annotate quit-window)) (use-package ace-window :diminish :bind ([remap other-window] . ace-window) ("C-<tab>" . ace-window) :custom-face (aw-leading-char-face ((t (:foreground "white" :background "red" :weight bold :height 2.5 :box (:line-width 10 :color "red")))))) (smartrep-define-key global-map "C-x" '(("}" . enlarge-window-horizontally) ("{" . shrink-window-horizontally) ("^" . enlarge-window) ("-" . shrink-window-if-larger-than-buffer))) (provide 'init-windows) ;;; init-windows.el ends here