六一的部落格


关关难过关关过,前路漫漫亦灿灿。



根据标号切换窗口


ace-window-安装

1(use-package ace-window
2  :ensure t
3  :init
4  (progn
5    (global-set-key [remap other-window] 'ace-window)
6    (custom-set-faces
7     '(aw-leading-char-face
8       ((t (:inherit ace-jump-face-foreground :height 3.0))))) ;; 配置标识样式
9    ))

ace-window


根据标号切换窗口


ace-window-安装

1(use-package ace-window
2  :ensure t
3  :init
4  (progn
5    (global-set-key [remap other-window] 'ace-window)
6    (custom-set-faces
7     '(aw-leading-char-face
8       ((t (:inherit ace-jump-face-foreground :height 3.0))))) ;; 配置标识样式
9    ))