diff --git a/README.org b/README.org index 60bbd80b..223f89e8 100644 --- a/README.org +++ b/README.org @@ -434,6 +434,8 @@ This evil-collection package includes a lot of other evil based things. "gcc" 'comment-line "K" 'helpful-at-point "C-S-l" 'evil-window-increase-width + "C-S-j" 'evil-window-decrease-height + "C-S-k" 'evil-window-increase-height "C-S-h" 'evil-window-decrease-width) (general-def 'normal Info-mode-map "RET" 'Info-follow-nearest-node diff --git a/init.el b/init.el index fc70ef71..f7aa36e3 100644 --- a/init.el +++ b/init.el @@ -267,6 +267,8 @@ "gcc" 'comment-line "K" 'helpful-at-point "C-S-l" 'evil-window-increase-width + "C-S-j" 'evil-window-decrease-height + "C-S-k" 'evil-window-increase-height "C-S-h" 'evil-window-decrease-width) (general-def 'normal Info-mode-map "RET" 'Info-follow-nearest-node @@ -2032,22 +2034,3 @@ interfere with the default `bongo-playlist-buffer'." gcmh-verbose nil)) (setq warning-suppress-types '((comp))) -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(custom-safe-themes - '("1d44ec8ec6ec6e6be32f2f73edf398620bb721afeed50f75df6b12ccff0fbb15" default)) - '(pdf-misc-print-program "/usr/bin/lpr" t) - '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t) - '(safe-local-variable-values - '((aggressive-indent-mode) - (projectile-project-run-cmd . "./build/bin/presenter") - (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/")))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - )