@ -182,6 +182,13 @@
mode-line-misc-info
mode-line-end-spaces))
#+END_SRC
** Coding system
Prefer the utf-8 coding system globally. This helps with the issue of
magit not correctly staging hunks containing utf-8 characters.
See [https://github.com/magit/magit/issues/32]
#+BEGIN_SRC emacs-lisp
(prefer-coding-system 'utf-8)
** Mark handling
No transient mark is more flexible