window-nuber
This commit is contained in:
parent
f69030f945
commit
07a62b243c
@ -490,6 +490,7 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(setq echo-keystrokes 0.25)
|
(setq echo-keystrokes 0.25)
|
||||||
|
|
||||||
(setq initial-scratch-message "")
|
(setq initial-scratch-message "")
|
||||||
|
|
||||||
(setq utf-translate-cjk-mode nil) ; disable CJK coding/encoding (Chinese/Japanese/Korean characters)
|
(setq utf-translate-cjk-mode nil) ; disable CJK coding/encoding (Chinese/Japanese/Korean characters)
|
||||||
(set-language-environment 'utf-8)
|
(set-language-environment 'utf-8)
|
||||||
(set-keyboard-coding-system 'utf-8-mac) ; For old Carbon emacs on OS X only
|
(set-keyboard-coding-system 'utf-8-mac) ; For old Carbon emacs on OS X only
|
||||||
@ -2144,6 +2145,8 @@ window is active in the perspective."
|
|||||||
(read-only-mode))
|
(read-only-mode))
|
||||||
(add-hook 'compilation-filter-hook 'colorize-compilation-buffer)
|
(add-hook 'compilation-filter-hook 'colorize-compilation-buffer)
|
||||||
|
|
||||||
|
(use-package window-number)
|
||||||
|
|
||||||
(use-package spaceline-config
|
(use-package spaceline-config
|
||||||
:ensure spaceline
|
:ensure spaceline
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user