tangled
alpha
login
or
join now
karei.dev
/
unix-config
Configuration files
0
fork
atom
overview
issues
pulls
pipelines
emacs: disable dabbrev-case-replace
karei.dev
8 months ago
a2641c33
5ae49b75
options
unified
split
Changed files
+1
.config
emacs
init.el
+1
.config/emacs/init.el
···
70
70
(setq desktop-restore-frames nil)
71
71
(setq use-dialog-box nil)
72
72
(setq use-short-answers t)
73
73
+
(setq dabbrev-case-replace nil)
73
74
(setq switch-to-prev-buffer-skip-regexp "\\*[^\\*]+\\*")
74
75
(setq c-basic-offset 4)
75
76
(setq scroll-margin 10)