Browse Source

Add windresize

Simon Watson 3 năm trước cách đây
mục cha
commit
31eee28c7a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      emacs/.emacs-all

+ 2 - 0
emacs/.emacs-all

@@ -38,6 +38,7 @@
 (straight-use-package 'rainbow-delimiters)
 (straight-use-package 'focus)
 (straight-use-package 'solarized-theme)
+(straight-use-package 'windresize)
 
 ;; Configure focus
 (require 'focus)
@@ -137,6 +138,7 @@
 (global-set-key (kbd "C-c f") 'focus-mode)
 (global-set-key (kbd "C-c r") 'reload-dot-emacs)
 (global-set-key (kbd "C-c l") 'display-line-numbers-mode)
+(global-set-key (kbd "C-c w") 'windresize)
 
 (fset 'date-to-point
    (kmacro-lambda-form [?\C-u ?\M-! ?d ?a ?t ?e return] 0 "%d"))