Configuration files

emacs: disable dabbrev-case-replace

Changed files
+1
.config
emacs
+1
.config/emacs/init.el
··· 70 (setq desktop-restore-frames nil) 71 (setq use-dialog-box nil) 72 (setq use-short-answers t) 73 (setq switch-to-prev-buffer-skip-regexp "\\*[^\\*]+\\*") 74 (setq c-basic-offset 4) 75 (setq scroll-margin 10)
··· 70 (setq desktop-restore-frames nil) 71 (setq use-dialog-box nil) 72 (setq use-short-answers t) 73 + (setq dabbrev-case-replace nil) 74 (setq switch-to-prev-buffer-skip-regexp "\\*[^\\*]+\\*") 75 (setq c-basic-offset 4) 76 (setq scroll-margin 10)