fix themes
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(custom-enabled-themes '(misterioso))
|
'(custom-enabled-themes '(deeper-blue))
|
||||||
'(eglot-code-action-indications '(eldoc-hint))
|
'(eglot-code-action-indications '(eldoc-hint))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(cape dart-mode dumber-jump evil evil-collection exec-path-from-shell
|
'(cape dart-mode dumber-jump evil evil-collection exec-path-from-shell
|
||||||
|
|||||||
5
init.el
5
init.el
@@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
;; light mode
|
;; light mode
|
||||||
;; (load-theme 'modus-operandi)
|
;; (load-theme 'modus-operandi)
|
||||||
(load-theme 'misterioso)
|
(load-theme 'deeper-blue)
|
||||||
(set-cursor-color "#ffffff")
|
|
||||||
|
|
||||||
(when (string= system-type "darwin")
|
(when (string= system-type "darwin")
|
||||||
(setq dired-use-ls-dired nil)
|
(setq dired-use-ls-dired nil)
|
||||||
@@ -57,7 +56,7 @@
|
|||||||
(tab-bar-mode -1)
|
(tab-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(global-hl-line-mode -1)
|
(global-hl-line-mode 1)
|
||||||
(global-eldoc-mode 1)
|
(global-eldoc-mode 1)
|
||||||
(global-display-line-numbers-mode 1)
|
(global-display-line-numbers-mode 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user