mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Adding mouse cursor color setting.
This commit is contained in:
@@ -236,6 +236,7 @@
|
|||||||
|
|
||||||
;; Uncomment the following line if line spacing needs adjusting.
|
;; Uncomment the following line if line spacing needs adjusting.
|
||||||
(setq-default line-spacing 0.12)
|
(setq-default line-spacing 0.12)
|
||||||
|
(set-face-background 'mouse "#ffffff")
|
||||||
|
|
||||||
(global-set-key (kbd "C-=") 'text-scale-increase)
|
(global-set-key (kbd "C-=") 'text-scale-increase)
|
||||||
(global-set-key (kbd "C--") 'text-scale-decrease)
|
(global-set-key (kbd "C--") 'text-scale-decrease)
|
||||||
|
|||||||
@@ -384,6 +384,7 @@ Defining the various fonts that Emacs will use.
|
|||||||
|
|
||||||
;; Uncomment the following line if line spacing needs adjusting.
|
;; Uncomment the following line if line spacing needs adjusting.
|
||||||
(setq-default line-spacing 0.12)
|
(setq-default line-spacing 0.12)
|
||||||
|
(set-face-background 'mouse "#ffffff")
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user