Compare commits

...

2 Commits

Author SHA1 Message Date
Josiah Ledbetter
08acf570ba Merge branch 'master' of git.awful.club:jowj/chd 2021-04-09 10:44:21 -05:00
Josiah Ledbetter
e72487c6f3 Remove the default behavior of C-z, bind to closer to OS undo. 2021-04-09 10:43:38 -05:00

View File

@ -12,6 +12,8 @@
;; Preserve contents of system clipboard
(setq save-interprogram-paste-before-kill t)
;; Remove the FUCKING frustrating C-z mnimize. Change to undo.
(global-set-key (kbd "C-z") 'undo)
(show-paren-mode 1)
(setq show-paren-delay 0)