configurations: emacs default encoding

This commit is contained in:
2024-11-10 13:48:00 +01:00
parent 20ace25096
commit d3d3397c23
2 changed files with 12 additions and 7 deletions
@@ -49,7 +49,6 @@
doom-modeline
rainbow-delimiters
rainbow-mode
use-package
cmake-mode
lsp-mode
lsp-java
@@ -107,6 +106,7 @@
eshell-vterm
empv
volatile-highlights
highlight
)
"A list of packages to ensure are installed at launch.")
@@ -257,7 +257,8 @@
:init (global-company-mode 1))
(electric-pair-mode 1)
(electric-indent-mode 0)
(electric-indent-mode -1)
(setq-default buffer-file-coding-system 'utf-8-dos)
(defun materus/elcord-toggle (&optional _frame)
"Toggle elcord based on visible frames"