From f6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 11 Mar 2022 20:04:05 -0600 Subject: Uh --- lisp/+emacs.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'lisp/+emacs.el') diff --git a/lisp/+emacs.el b/lisp/+emacs.el index f26dc98..b7e31e2 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el @@ -60,15 +60,18 @@ Do this only if the buffer is not visiting a file." enable-recursive-minibuffers t executable-prefix-env t fast-but-imprecise-scrolling t - find-file-visit-truename t file-name-shadow-properties '(invisible t intangible t) fill-column 80 + find-file-visit-truename t frame-resize-pixelwise t global-auto-revert-non-file-buffers t global-mark-ring-max 100 hscroll-margin 1 hscroll-step 1 imenu-auto-rescan t + image-use-external-converter (or (executable-find "convert") + (executable-find "gm") + (executable-find "ffmpeg")) indent-tabs-mode nil indicate-buffer-boundaries 'left indicate-empty-lines nil @@ -104,7 +107,7 @@ Do this only if the buffer is not visiting a file." save-interprogram-paste-before-kill t scroll-conservatively 101 scroll-down-aggressively 0.01 - scroll-margin 1 + scroll-margin 2 scroll-preserve-screen-position 1 scroll-step 1 scroll-up-aggressively 0.01 @@ -148,6 +151,9 @@ Do this only if the buffer is not visiting a file." ;;; Encodings +;; Allegedly, this is the only one you need... +(set-language-environment "UTF-8") +;; But I still set all of these, for fun. (setq-default locale-coding-system 'utf-8-unix coding-system-for-read 'utf-8-unix coding-system-for-write 'utf-8-unix @@ -159,7 +165,6 @@ Do this only if the buffer is not visiting a file." STRING)) (set-charset-priority 'unicode) -(set-language-environment "UTF-8") (prefer-coding-system 'utf-8-unix) (set-default-coding-systems 'utf-8-unix) (set-terminal-coding-system 'utf-8-unix) -- cgit 1.4.1-21-gabe81