trying some new cursor options and fixing indentation

This commit is contained in:
Matt Nish-Lapidus 2023-03-13 10:25:02 -04:00
parent 80bb981a5a
commit a183abf37d
2 changed files with 27 additions and 23 deletions

View file

@ -52,6 +52,10 @@
(after! which-key
(setq which-key-idle-delay 0.3))
(setq x-stretch-cursor t
kill-buffer-delete-auto-save-files t
scroll-conservatively 0)
;; nicer resizing
(cond
((string-equal system-type "darwin")