trying some new cursor options and fixing indentation
This commit is contained in:
parent
80bb981a5a
commit
a183abf37d
2 changed files with 27 additions and 23 deletions
|
@ -52,6 +52,10 @@
|
||||||
(after! which-key
|
(after! which-key
|
||||||
(setq which-key-idle-delay 0.3))
|
(setq which-key-idle-delay 0.3))
|
||||||
|
|
||||||
|
(setq x-stretch-cursor t
|
||||||
|
kill-buffer-delete-auto-save-files t
|
||||||
|
scroll-conservatively 0)
|
||||||
|
|
||||||
;; nicer resizing
|
;; nicer resizing
|
||||||
(cond
|
(cond
|
||||||
((string-equal system-type "darwin")
|
((string-equal system-type "darwin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue